From acd7056774c6268bcbbd4def92b5fa72bd6aa2c3 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Tue, 5 Dec 2023 15:42:47 +0100 Subject: [PATCH] autosetupremotes --- files/git/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/git/gitconfig b/files/git/gitconfig index 3d8cff5..52e5a61 100644 --- a/files/git/gitconfig +++ b/files/git/gitconfig @@ -18,3 +18,6 @@ [pull] rebase = false + +[push] + autoSetupRemote = true