Skip to content

Instantly share code, notes, and snippets.

@IanVaughan
Created March 26, 2012 16:01
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 IanVaughan/2206156 to your computer and use it in GitHub Desktop.
Save IanVaughan/2206156 to your computer and use it in GitHub Desktop.
Update all repos in one shot
# with git-up (gem install git-up)
`ls`.split.each { |f| `cd #{f}; git up` }
@IanVaughan
Copy link
Author

git-up
get : gem install git-up
read here : https://github.com/aanand/git-up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment