This commit is contained in:
USER
2024-09-13 18:30:09 +01:00
parent 27825100f0
commit a0a5052a06

View File

@ -1,4 +1,4 @@
@echo off @echo on
set check_computername=%COMPUTERNAME% set check_computername=%COMPUTERNAME%
echo "Found computer %check_computername%" echo "Found computer %check_computername%"
@ -19,13 +19,4 @@ if exist %GIT% (
%GIT% -c "git config --global --add safe.directory C:/Scripts/wLocal" %GIT% -c "git config --global --add safe.directory C:/Scripts/wLocal"
%GIT% -c "git config --global --add safe.directory C:/Scripts/wPublic" %GIT% -c "git config --global --add safe.directory C:/Scripts/wPublic"
%GIT% -c "git config --global --add safe.directory C:/Scripts/wUserp" %GIT% -c "git config --global --add safe.directory C:/Scripts/wUserp"
echo "Found git. Attempting pull"
cd %SCRIPTS%\wBase
%GIT% -c "git pull"
cd %SCRIPTS%\wLocal
%GIT% -c "git pull"
) )