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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request