.
This commit is contained in:
@ -10,7 +10,7 @@ mkdir %SCRIPTS%
|
|||||||
|
|
||||||
if exist %GIT% (
|
if exist %GIT% (
|
||||||
del /f/s/q 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""
|
||||||
%GIT% -c "git config --global init.defaultBranch main"
|
%GIT% -c "git config --global init.defaultBranch main"
|
||||||
|
|||||||
Reference in New Issue
Block a user