From 752e860d3de09946033498372ef22de827c51a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Mon, 17 Jun 2013 16:40:28 +0200 Subject: [PATCH] Use long parameter version --force rather than -f --- CONTRIBUTING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 7275cc30..73978b10 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -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 `__. Also