From 5e9c34ed9bc56d9f7bb5064ed6073f870efd3673 Mon Sep 17 00:00:00 2001 From: Viyurz Date: Mon, 14 Oct 2024 13:16:07 +0200 Subject: [PATCH] Update git config --- .config/git/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 1d0cfc1..d4fcbab 100644 --- a/.config/git/config +++ b/.config/git/config @@ -25,7 +25,8 @@ s = status yolo = !git commit -m \"$(curl -s https://whatthecommit.com/index.txt)\" [merge] - ff = no conflictstyle = diff3 [core] autocrlf = input +[push] + autoSetupRemote = true