Skip to content

Instantly share code, notes, and snippets.

@utisam
Created December 18, 2017 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save utisam/7d1400afbef43954644c11e5de61339b to your computer and use it in GitHub Desktop.
Save utisam/7d1400afbef43954644c11e5de61339b to your computer and use it in GitHub Desktop.
pull all
for D in $(find $(pwd) -name .git -type d | xargs -n1 dirname); cd $D && echo -e "\e[37;44;1m" && pwd && echo -e "\e[m" && git pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment