Skip to content

Instantly share code, notes, and snippets.

@lbbedendo
Created February 3, 2022 18:10
Show Gist options
  • Save lbbedendo/477dbb4b078557fe2e6533209346aa4c to your computer and use it in GitHub Desktop.
Save lbbedendo/477dbb4b078557fe2e6533209346aa4c to your computer and use it in GitHub Desktop.
git command to pull from multiple repositories at once
# Edit your .zshrc/.bashrc/whatever and add this line to create an alias
alias multipull="find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment