diff options
-rw-r--r-- | init.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -917,7 +917,10 @@ (setq magit-commit-show-diff nil) - (setq magit-no-confirm '(stage-all-changes unstage-all-changes reverse)) + (setq magit-no-confirm '(set-and-push + stage-all-changes + unstage-all-changes + reverse)) (setq magit-published-branches nil) (setq magit-remote-add-set-remote.pushDefault nil) |