djekl
3/29/2013 - 10:25 AM

Update all git repos in the ~/projects folder.

Update all git repos in the ~/projects folder.

alias update_all_git_repos='find ~/projects -name .git -type d -exec sh -c "cd {} && cd .. && pwd && git pull --all --recurse-submodules && echo '\'''\''" \;'