Created
January 13, 2014 20:23
-
-
Save mattray/8407393 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # rebase a proposed review | |
| git review -d <gerrit rev num> (from the URL) | |
| git rebase gerrit/master | |
| # resolve any conflicts | |
| git diff | |
| git commit -a --amend | |
| git review -R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment