You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.github/workflows | 7 months ago | |
src | 5 months ago | |
test | 7 months ago | |
README.md | 6 months ago | |
install.sh | 5 months ago |
README.md
clone-all
Clones and updates all github repos of a given user or organization. Supports SSH and HTTPS.
Usage
- don't be on windows
- clone this repo
- run
install.sh
clone-all target
orclone-all --ssh target
Environment Variables
CLONEALL_SSH
: set/export this totrue
to enable fetching/pulling via ssh by default without flagCLONEALL_DESTINATION
: set/export this to the directory you want the cloned/updated repos to live