Created
August 15, 2012 08:50
-
-
Save wayneashleyberry/3357725 to your computer and use it in GitHub Desktop.
update all projects
This file contains hidden or 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
for dir in ~/knnktr/*; | |
do (cd $dir && git pull origin master); | |
done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For those first "first morning back from holiday" mornings, following a holiday...