gitbu
v1.0.6
Published
Backup git repositories
Downloads
2
Maintainers
Readme
##gitbu ###Simple git backup
Install gitbu
npm install gitbu -g
Easily create timestamped git backup bundles with:
gitbu b
Restore git repositories from bundles with
gitbu r
Or with pure git
git clone "backup.bundle" "backup"