Skip to content

Instantly share code, notes, and snippets.

@jonezy
Created April 3, 2012 20:38
Show Gist options
  • Select an option

  • Save jonezy/2295324 to your computer and use it in GitHub Desktop.

Select an option

Save jonezy/2295324 to your computer and use it in GitHub Desktop.
update all git repos in a folder
for d in `/bin/ls -d */src`; do cd $d; ECHO;pwd; git status; cd ../../; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment