Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msfjarvis/gitice
Snapshot your local git repositories for easy restoration
https://github.com/msfjarvis/gitice
Last synced: 2 months ago
JSON representation
Snapshot your local git repositories for easy restoration
- Host: GitHub
- URL: https://github.com/msfjarvis/gitice
- Owner: msfjarvis
- License: apache-2.0
- Created: 2020-10-12T11:01:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T04:06:43.000Z (8 months ago)
- Last Synced: 2024-05-01T16:02:18.412Z (8 months ago)
- Language: Rust
- Size: 753 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# gitice [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
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.