Skip to content

Instantly share code, notes, and snippets.

@trinhvanminh
Created July 5, 2023 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trinhvanminh/b2a5e39ae6a673bf78d2a875fb2bd928 to your computer and use it in GitHub Desktop.
Save trinhvanminh/b2a5e39ae6a673bf78d2a875fb2bd928 to your computer and use it in GitHub Desktop.
multipull all git in folder
alias multipull="find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;"
multipull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment