Snapshot your local git repositories for easy restoration
Find a file
2023-01-13 16:19:13 +00:00
.github renovate: switch to my presets 2022-07-02 22:31:31 +05:30
src fix: resolve Clippy warnings 2022-11-05 01:07:21 +05:30
.gitignore add generated lockfile to gitignore 2020-10-19 02:53:34 +05:30
Cargo.lock fix(deps): update rust crate clap to 4.1.0 2023-01-13 16:19:13 +00:00
Cargo.toml fix(deps): update rust crate clap to 4.1.0 2023-01-13 16:19:13 +00:00
deny.toml fix(deps): allow Unicode-DFS-2016 license for unicode-ident 2022-08-31 11:51:46 +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 No Maintenance Intended 2023-01-09 19:43:07 +00:00
rust-toolchain.toml rust: add rust-toolchain file 2022-07-05 02:29:28 +05:30
shell.nix feat: sync Nix config with dotfiles 2022-05-29 09:57:44 +05:30

gitice No Maintenance Intended

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.