ghub-clone

clone all public repositories of user along with gists


Keywords
git, clone, github, python, cli, terminal, repostiory
License
MIT
Install
pip install ghub-clone==0.3.0

Documentation

gca (github clone all)

codecov PyPI version

simple script to clone all public repositories of a user

gif

installation

pip install ghub_clone
# git needs to be in system path

usage

# user
gca --user neelabalan

# to not download github gists of the user
gca --user --ignore-gist neelabalan

# org
gca --user microsoft