Snapshot your local git repositories for easy restoration
Find a file
renovate[bot] 4f7188f59f
Some checks are pending
Check Rust code / check (push) Waiting to run
chore(deps): lock file maintenance
2025-08-13 07:52:29 +00:00
.github chore: apply Renovate config migration 2024-12-09 19:30:46 +05:30
.vscode chore: add nix-ide VSCode config 2023-05-11 13:13:27 +05:30
src fix(rust): switch to stable 2025-02-28 15:51:06 +05:30
wix chore(release): bump cargo-dist 2023-12-29 23:27:55 +05:30
.git-blame-ignore-revs chore: add reformat to git-blame-ignore-revs 2024-12-16 18:35:10 +05:30
.gitignore add generated lockfile to gitignore 2020-10-19 02:53:34 +05:30
Cargo.lock chore(deps): lock file maintenance 2025-08-13 07:52:29 +00:00
Cargo.toml fix(deps): update rust crate gix to 0.73.0 2025-07-15 04:37:40 +00:00
CHANGELOG.md chore: refresh changelog 2024-11-24 18:48:50 +05:30
cliff.toml feat(build): setup git-cliff 2023-10-24 17:30:59 +05:30
default.nix chore: reformat all files with nixfmt-rfc-style 2024-12-16 18:33:28 +05:30
flake.lock flake.lock: Update 2025-08-10 00:47:46 +00:00
flake.nix fix(rust): upgrade to Rust 1.88.0 2025-06-27 12:30:38 +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 chore: migrate CI to GHA 2024-09-12 10:18:59 +05:30
release.toml feat: set up for GitHub releases 2023-05-11 13:37:23 +05:30
rust-toolchain.toml fix(rust): upgrade to Rust 1.88.0 2025-06-27 12:30:38 +05:30
shell.nix chore: reformat all files with nixfmt-rfc-style 2024-12-16 18:33:28 +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.