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 '\'''\''" \;'