mark safe directory

This commit is contained in:
Nathan
2025-08-20 14:46:06 -06:00
parent a690850b0b
commit 39168558b0
2 changed files with 67 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ if exist "A:\1 Amazon_Active_Projects\3 ProjectStructure\components\gitattribute
:: Initialize git and install Git LFS
pushd "%projectRoot%" >nul
git init
git config --global --add safe.directory "%projectRoot%"
git lfs install
git add . -v
git commit -m "init"