From 33af95c01b88842354ce48e67d3cfd7477b32d31 Mon Sep 17 00:00:00 2001 From: USER Date: Thu, 19 Jan 2023 23:07:16 +0000 Subject: [PATCH] . --- BaseGit.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BaseGit.bat b/BaseGit.bat index 7680d3b..b548244 100755 --- a/BaseGit.bat +++ b/BaseGit.bat @@ -11,6 +11,10 @@ mkdir %SCRIPTS% if exist %GIT% ( + %GIT% -c "git config --global --add safe.directory C:/Scripts/wBase" + %GIT% -c "git config --global --add safe.directory C:/Scripts/wLocal" + + echo "Found git. Attempting pull" cd %SCRIPTS%\wBase %GIT% -c "git pull"