From 06dafcb6ac218c8daf599627716b6b6d5152760b Mon Sep 17 00:00:00 2001 From: wholteza Date: Sat, 31 May 2025 18:51:56 +0200 Subject: [PATCH] auto setup remote --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 134cc9b..5458b11 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,3 +12,5 @@ s = status [credential "https://git.zacke.dev"] provider = generic +[push] + autoSetupRemote = true