From a0a5052a0603bf605d773b52268052fce8a4f68e Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 13 Sep 2024 18:30:09 +0100 Subject: [PATCH] . --- BaseGitConfig.bat | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/BaseGitConfig.bat b/BaseGitConfig.bat index 0243b03..2f66d21 100755 --- a/BaseGitConfig.bat +++ b/BaseGitConfig.bat @@ -1,4 +1,4 @@ -@echo off +@echo on set check_computername=%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/wPublic" %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" - )