Use long parameter version --force rather than -f

This commit is contained in:
Johannes Schönberger
2013-06-17 16:40:28 +02:00
parent 8e4c11cf48
commit 752e860d3d
+1 -1
View File
@@ -60,7 +60,7 @@ For a more detailed discussion, read these :doc:`detailed documents
Finally, you must push your rebased branch::
git push -f origin transform-speedups
git push --force origin transform-speedups
(If you are curious, here's a further discussion on
the `dangers of rebasing <http://tinyurl.com/lll385>`__. Also