From 0875b64af8eabf61165591fe23e3686183a95e76 Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 13 Sep 2024 18:35:52 +0100 Subject: [PATCH] . --- BaseGitConfig.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseGitConfig.bat b/BaseGitConfig.bat index 129f453..c641067 100755 --- a/BaseGitConfig.bat +++ b/BaseGitConfig.bat @@ -9,7 +9,7 @@ mkdir %SCRIPTS% if exist %GIT% ( - del c:\Users\zuper\.gitconfig + del /f/s/q 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""