From db3669f896b6082f3ebae3f4729ed9451fe510ed Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Fri, 26 Jan 2024 20:52:04 +0100 Subject: [PATCH] git: enable autoSetupRemote --- git/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index 76729f2..97c5316 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -78,3 +78,5 @@ pushInsteadOf = https://gitlab.com/ [url "ssh://git@bitbucket.org/"] pushInsteadOf = https://bitbucket.org/ +[push] + autoSetupRemote = true