From bdaee3c8a1e735aa35e07db793ad7543af3b31c5 Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Fri, 17 Sep 2010 14:33:30 +0100 Subject: [PATCH] Added force to push switch list. --- magit-key-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/magit-key-mode.el b/magit-key-mode.el index c0b1184c..017ad21f 100644 --- a/magit-key-mode.el +++ b/magit-key-mode.el @@ -55,6 +55,7 @@ (actions ("p" "Push" magit-push)) (switches + ("-f" "Force" "--force") ("-d" "Dry run" "-n"))) (pulling