ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
54 stars 21 forks source link

Initialize sub projects as submodules. #234

Closed stevewgr closed 3 months ago

stevewgr commented 3 months ago

Description

Initialize sub projects as submodules.

Many years ago on some project I remember using git submodules and I disliked it due to messing with local changes when git status / git add or accidently resetting work on a submodule. Because we can specify shallow and depth in the gitmodules config file, I decided giving it another chance as it seems to fit well for our use case.

Also thank you @twostars for suggesting to use submodules.