Snapshot your local git repositories for easy restoration
Find a file
Harsh Shandilya 445d68ab37
cargo: bump dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-11 18:25:18 +05:30
.github/workflows github: disable clippy check in PRs 2021-04-14 13:48:22 +05:30
src cli: add crate name and description to help 2020-12-10 11:14:29 +05:30
.gitignore add generated lockfile to gitignore 2020-10-19 02:53:34 +05:30
Cargo.lock cargo: bump dependencies 2021-06-11 18:25:18 +05:30
Cargo.toml cargo: bump dependencies 2021-06-11 18:25:18 +05:30
LICENSE-APACHE Initial commit 2020-10-12 16:30:16 +05:30
LICENSE-MIT Initial commit 2020-10-12 16:30:16 +05:30
README.md Initial commit 2020-10-12 16:30:16 +05:30

gitice

Rust tool to create a 'lockfile' of the git repositories present under a directory, and allow re-cloning them when given the previously generated lockfile.

The purpose of this is to be able to quickly restore frequently used git repositories in event of an OS reinstall or things like that. I personally store my work on my OS drive since it is an SSD so in the event of me switching between operating systems I will have to manually clone my projects again which is tedious and annoying, and something I aim to make easier with this.