diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -989,6 +989,8 @@ ?a "Push all" #'km/magit-push-all) (magit-define-popup-action 'magit-push-popup ?h "Push HEAD" #'km/magit-push-head) + (magit-change-popup-key 'magit-push-popup :action + ?u ?U) (magit-define-popup-action 'magit-merge-popup ?u "Merge upstream" #'km/magit-ff-merge-upstream) |