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" - )