Skip to content

Instantly share code, notes, and snippets.

@mattray
Created January 13, 2014 20:23
Show Gist options
  • Select an option

  • Save mattray/8407393 to your computer and use it in GitHub Desktop.

Select an option

Save mattray/8407393 to your computer and use it in GitHub Desktop.
# 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