Created
September 3, 2014 14:41
-
-
Save Voronenko/2895fed6b5c9d3671eff to your computer and use it in GitHub Desktop.
Useful for vagrant development: iterative scan through directories and pulling git in each
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 ~/projects/git/*; do (cd "$dir" && git pull); done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment