I think this is an used enough idiom
for it to warrent inclusion in the gerrit doc.
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I5664064f90f143540dfb3e97e0d9c5bd5383366f
git review -R
+Rebasing a change against master
+================================
+
+In the case that your patchset cannot be re-based via the U/I (merge conflict)
+
+ .. code-block:: bash
+
+ git pull origin master
+ git review -d 12345
+ git rebase master
+ "fix conflicts"
+ git add *
+ git rebase --continue
+ git review
+
Code Review
===========