This commit is contained in:
USER
2024-09-13 18:38:05 +01:00
parent 0875b64af8
commit acb0d5729e

View File

@ -10,7 +10,7 @@ mkdir %SCRIPTS%
if exist %GIT% (
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.email "USER@DOMAIN.com""
%GIT% -c "git config --global init.defaultBranch main"