Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 609 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 609 Bytes

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