Created
August 10, 2016 15:49
-
-
Save umer936/ff1717cdd519057f23d8c5a706ccadf6 to your computer and use it in GitHub Desktop.
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
"C:\Program Files\Git\bin\sh.exe" --login -i -c "cd E:\workspace && cd D* && git pull && cd ../F* && git pull && cd ../P* && git pull && cd ../T* && git pull" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could totally have done something to make it loop through each directory and do a git pull in each, but I was lazy so I just did part of the file names.