From 9854c67c828e7d595b047b0be033315ebf220701 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 15 Dec 2023 07:23:42 +0000 Subject: [PATCH] magit set push remove on clone --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index a862560..dc8732e 100644 --- a/README.org +++ b/README.org @@ -687,6 +687,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]] :custom (magit-define-global-key-bindings nil) (magit-clone-default-directory "~/Projects/") + (magit-clone-set-remote.pushDefault t) (magit-commit-show-diff nil) (magit-commit-diff-inhibit-same-window t)) #+end_src