8 lines
97 B
Batchfile
8 lines
97 B
Batchfile
@echo off
|
|
git submodule update --init
|
|
cd .\Gamelib
|
|
git fetch
|
|
git checkout gamelib
|
|
git pull
|
|
cd ..
|