gb is a tool for creating and restoring git bundles. Like, a lot of git bundles. Super fast 🏃💨
- macOS/Linux/WSL
- git
Note
This project is a work in progress (i.e., pre-alpha).
Download the latest release from the releases page.
Install the recommended requirements.
Check the available tasks:
task --list-allBuild the binary:
task buildRun the binary:
# general help
./bin/gb -h
# backup
./bin/gb backup -h
# restore
./bin/gb restore -h- See: TODO.md