Created
May 7, 2015 16:35
-
-
Save nickwph/9f1aa5ff6c2b4030bbde to your computer and use it in GitHub Desktop.
Nice Repo Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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