.
This commit is contained in:
@ -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"
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user