MyEssentials / MyTown2

Version 2 of MyTown - A Minecraft Server Protection Mod
The Unlicense
35 stars 22 forks source link

Make submodules track master #491

Closed cjm721 closed 7 years ago

cjm721 commented 8 years ago

Talked about this on IRC awhile ago. Finally had a reason to go dig into it at work.

This can be updated via: git config -f .gitmodules submodule.<Repo Name>.branch <branch name>

Faster way to update local repo when submodule has new commit: git submodule update --remote

jgoett154 commented 7 years ago

So this is possible, interesting. Merging now :)