mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
magit: Discourage pulling
IMO one should separate the tasks of fetching and merging/rebasing, which means we shouldn't make it *easier* to pull, obviously.
This commit is contained in:
3
init.el
3
init.el
@@ -136,9 +136,6 @@
|
||||
:bind (("C-x g" . magit-status)
|
||||
("C-x M-g" . magit-dispatch))
|
||||
:config
|
||||
(setq magit-pull-or-fetch t)
|
||||
(define-key magit-mode-map "f" 'magit-pull)
|
||||
(define-key magit-mode-map "F" nil)
|
||||
(define-key magit-file-mode-map (kbd "C-c g") 'magit-file-dispatch)
|
||||
;;
|
||||
;; Disable safety nets
|
||||
|
||||
Reference in New Issue
Block a user