Created
July 5, 2023 07:38
-
-
Save trinhvanminh/b2a5e39ae6a673bf78d2a875fb2bd928 to your computer and use it in GitHub Desktop.
multipull all git in folder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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