GhBackup
A tools that backs up all github repos for an organization
Installation
Install locally with
$ gem install gh_backup
Usage
Backups are placed in a folder called backups in the current directory
backup all <org> <github-username> <github-password>
Backup all the git repos for your organization
backup list myorg username password
Listing all the git repos for your organization
backup list myorg 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