Skip to content

scizzorz/gethub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published