GhBackup
A simple script that backs up all the github repos for an organization
Installation
Install locally with
$ gem install gh_backup
Usage
Backups are placed in a /backups folder in the current directory
backup all <org> <username> <password>
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request