From 27c846258f343b3a82d54d014990b6168b6fa481 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 9 Dec 2018 16:26:22 -0500 Subject: Specify magit-branch-adjust-remote-upstream-alist --- init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index d8e819d..0fc516e 100644 --- a/init.el +++ b/init.el @@ -965,6 +965,9 @@ (setq magit-no-confirm '(stage-all-changes unstage-all-changes reverse)) (setq magit-published-branches nil) + (setq magit-branch-adjust-remote-upstream-alist + '(("master" "master" "next" "maint"))) + (add-to-list 'magit-blame-disable-modes 'lispy-mode) (setq magit-branch-arguments -- cgit v1.2.3