Created
April 8, 2015 23:14
-
-
Save drohrbaugh9/5cec876c18d8088a20aa to your computer and use it in GitHub Desktop.
Batch file to update local repositories automatically
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
cd <directory> | |
echo <repository name> | |
git pull origin master | |
cd <another directory> | |
echo <another repository name> | |
git pull origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment