This commit is contained in:
USER
2024-09-13 18:35:52 +01:00
parent 2568762095
commit 0875b64af8

View File

@ -9,7 +9,7 @@ mkdir %SCRIPTS%
if exist %GIT% ( 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 core.sshCommand "ssh -i ~/.ssh/giteadeploy -F /dev/null""
%GIT% -c "git config --global user.name "USER"" %GIT% -c "git config --global user.name "USER""
%GIT% -c "git config --global user.email "USER@DOMAIN.com"" %GIT% -c "git config --global user.email "USER@DOMAIN.com""