Server/updateSubmodule.bat

7 lines
69 B
Batchfile
Raw Normal View History

@echo off
cd .\Gamelib
git fetch
git checkout gamelib
git pull
cd ..