Crates.io | git-cache |
lib.rs | git-cache |
version | 0.2.3 |
source | src |
created_at | 2024-01-29 14:40:29.955246 |
updated_at | 2024-07-01 07:30:15.408354 |
description | A git clone cache |
homepage | https://github.com/kaspar030/git-cache-rs |
repository | https://github.com/kaspar030/git-cache-rs |
max_upload_size | |
id | 1119026 |
size | 53,698 |
git-cache-rs is a git helper that allows caching clones in a central folder so consecutive clones become faster.
It works by first cloning into a cache folder (~/.gitcache
by default), then
cloning locally out from there. The next time the same repository is cloned, it
will be cloned from the cache.
cargo install git-cache
Just use git cache clone <clone options>
instead of git clone <clone options>
. Add -U
if you'd like the cached version to update from the
original repository before cloning (not needed for the first clone).
git-cache-rs is licensed under the terms of the Apache License (Version 2.0).