diff options
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -964,6 +964,7 @@ (setq magit-no-confirm '(stage-all-changes unstage-all-changes reverse)) (setq magit-published-branches nil) + (setq magit-remote-add-set-remote.pushDefault nil) (setq magit-branch-adjust-remote-upstream-alist '(("master" "master" "next" "maint"))) |