Clones and updates all github repos of a given user or organization. Supports SSH and HTTPS.
Go to file
2022-11-14 17:56:41 -08:00
.github/workflows Update bash.yml 2022-11-14 17:51:11 -08:00
src Why? Because bash. 2022-11-14 17:27:51 -08:00
install.sh Fix SC2035 2022-11-14 17:53:01 -08:00
README.md Update README.md 2022-11-14 17:56:41 -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 ssh without the command-line flag
  • CLONEALL_DESTINATION: set/export this to the directory you want the cloned/updated repos to live