7 lines
87 B
PowerShell
7 lines
87 B
PowerShell
git submodule update --init
|
|
cd .\Gamelib
|
|
git fetch
|
|
git checkout gamelib
|
|
git pull
|
|
cd ..
|