Skip to content

Instantly share code, notes, and snippets.

@umer936
Created August 10, 2016 15:49
Show Gist options
  • Save umer936/ff1717cdd519057f23d8c5a706ccadf6 to your computer and use it in GitHub Desktop.
Save umer936/ff1717cdd519057f23d8c5a706ccadf6 to your computer and use it in GitHub Desktop.
"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"
@umer936
Copy link
Author

umer936 commented Aug 10, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment