merge work onto home
This commit is contained in:
@@ -40,7 +40,10 @@ if exist "%~dp0components\gitattributes" copy /Y "%~dp0components\gitattributes"
|
||||
:: 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"
|
||||
popd >nul
|
||||
|
||||
echo Project structure created successfully in folder: %projectRoot%
|
||||
|
||||
Reference in New Issue
Block a user