Clones and updates all github repos of a given user or organization. Supports SSH and HTTPS.
Go to file
2022-12-04 09:22:03 -08:00
.github/workflows Fix CI 2022-11-18 07:22:12 -08:00
src Fix: SSH environment variable 2022-12-04 09:22:03 -08:00
test Fix CI 2022-11-18 07:22:12 -08:00
install.sh Fix: install.sh 2022-11-18 07:27:39 -08:00
README.md Fix: SSH environment variable 2022-12-04 09:22:03 -08:00

clone-all

Screenshot

Clones and updates all github repos of a given user or organization. Supports SSH and HTTPS.

Usage

  1. don't be on windows
  2. clone this repo
  3. run install.sh
  4. clone-all target or clone-all --ssh target

Environment Variables

  • CLONEALL_SSH: set/export this to true to enable fetching/pulling via ssh by default without flag
  • CLONEALL_DESTINATION: set/export this to the directory you want the cloned/updated repos to live