Skip to content

Instantly share code, notes, and snippets.

@drohrbaugh9
Created April 8, 2015 23:14
Show Gist options
  • Save drohrbaugh9/5cec876c18d8088a20aa to your computer and use it in GitHub Desktop.
Save drohrbaugh9/5cec876c18d8088a20aa to your computer and use it in GitHub Desktop.
Batch file to update local repositories automatically
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