Skip to content

Instantly share code, notes, and snippets.

@nickwph
Created May 7, 2015 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nickwph/9f1aa5ff6c2b4030bbde to your computer and use it in GitHub Desktop.
Save nickwph/9f1aa5ff6c2b4030bbde to your computer and use it in GitHub Desktop.
Nice Repo Commands
# update repo version
repo selfupdate --no-repo-verify
# reset all repos
repo forall -vc "git reset --hard"
# clean and delete unstaged changes
repo forall -vc "git clean -df"
# pull all repos
repo forall -vc "git pull"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment