gethub

Clone all of your GitHub repositories


License
MIT
Install
pip install gethub==0.1.0

Documentation

gethub

Clones (aka "gets") all of your GitHub repos.

Installation

Clone the repo and add the bin/gethub to your $PATH as well as the base directory to your $PYTHONPATH, or install via pip:

$ pip install gethub

Usage

Clone all public repos:

$ gethub -u <user>

OR

$ gethub -a # leave the password blank when prompted

Clone private repos:

$ gethub -u <user>:<password>

OR

$ gethub -a # fill in the password when prompted

You can optionally clone gists instead of repos by adding a -g flag.