Skip to content

Instantly share code, notes, and snippets.

@Erfan-Ahmadi
Created May 11, 2019 03:13
Show Gist options
  • Save Erfan-Ahmadi/00b90ee791c35e13519e19b3c0811b51 to your computer and use it in GitHub Desktop.
Save Erfan-Ahmadi/00b90ee791c35e13519e19b3c0811b51 to your computer and use it in GitHub Desktop.
Update All Repositories In Folders
find . -mindepth 1 -maxdepth 2 -type d -print -exec git -C {} pull \;
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment