From 256876209535e1c797e619efffeb1d49545dfaf9 Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 13 Sep 2024 18:35:09 +0100 Subject: [PATCH] . --- BaseGitConfig.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/BaseGitConfig.bat b/BaseGitConfig.bat index 2f66d21..129f453 100755 --- a/BaseGitConfig.bat +++ b/BaseGitConfig.bat @@ -9,6 +9,7 @@ mkdir %SCRIPTS% if exist %GIT% ( + del c:\Users\zuper\.gitconfig %GIT% -c "git config --global core.sshCommand "ssh -i ~/.ssh/giteadeploy -F /dev/null"" %GIT% -c "git config --global user.name "USER"" %GIT% -c "git config --global user.email "USER@DOMAIN.com""