This website requires JavaScript.
Explore
Help
Register
Sign In
Yandrik
/
Server
Watch
1
Star
0
Fork
0
You've already forked Server
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
cb1f99814a
Server
/
updateSubmodule.bat
8 lines
97 B
Batchfile
Raw
Normal View
History
Unescape
Escape
feat: added updateSubmodule.bat to update the gamelib submodule automatically
2021-05-18 15:44:40 +00:00
@
echo
off
feat: added a proper submodule update command to the updateSubmodule file
2021-05-19 11:11:56 +00:00
git submodule update --init
feat: added updateSubmodule.bat to update the gamelib submodule automatically
2021-05-18 15:44:40 +00:00
cd
.\Gamelib
git fetch
git checkout gamelib
git pull
cd
..
Reference in New Issue
Copy Permalink