magit set push remove on clone

This commit is contained in:
Evie Litherland-Smith 2023-12-15 07:23:42 +00:00
parent 1b7241925d
commit 9854c67c82

View file

@ -687,6 +687,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
:custom :custom
(magit-define-global-key-bindings nil) (magit-define-global-key-bindings nil)
(magit-clone-default-directory "~/Projects/") (magit-clone-default-directory "~/Projects/")
(magit-clone-set-remote.pushDefault t)
(magit-commit-show-diff nil) (magit-commit-show-diff nil)
(magit-commit-diff-inhibit-same-window t)) (magit-commit-diff-inhibit-same-window t))
#+end_src #+end_src