Skip to content

Instantly share code, notes, and snippets.

@birchestx
Created October 28, 2014 00:57
Show Gist options
  • Save birchestx/9d849780655ec443cf5b to your computer and use it in GitHub Desktop.
Save birchestx/9d849780655ec443cf5b to your computer and use it in GitHub Desktop.
Update all repos below cwd
ls -l | grep ^d | awk '{print $NF}' | xargs -n 1 bash -c 'cd $0; git pull'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment