7 lines
69 B
Batchfile
7 lines
69 B
Batchfile
|
@echo off
|
||
|
cd .\Gamelib
|
||
|
git fetch
|
||
|
git checkout gamelib
|
||
|
git pull
|
||
|
cd ..
|