Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.sh Secret

Created March 21, 2023 16:18
Show Gist options
  • Select an option

  • Save KyMidd/dd3e22c2667d0d3c461787dde7d94a6d to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/dd3e22c2667d0d3c461787dde7d94a6d to your computer and use it in GitHub Desktop.
# Iterate over all repos, make changes
while IFS=$'\n' read -r gh_repo; do
# Clone the repo, will fail if the repo folder already exists
git clone git@github.com:$gh_org/${gh_repo}.git
# Change directories into the repo
cd $gh_repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment