Tips and tricks
How to setup a gitsubmodule
You need to setup a .gitsubmodules file in the root of your git repository, it looks something like
[submodule "common"] path = common url = https://github.com/raduzoom/auth-common.git [submodule "client"] path = client url = https://github.com/raduzoom/ticketing-client.git [submodule "auth"] path = auth url = https://github.com/raduzoom/auth.git [submodule "tickets"] path = tickets url = https://github.com/raduzoom/ticketing-tickets.git [submodule "orders"] path = orders url = https://github.com/raduzoom/ticketing-orders.git
each submodule should have a .git directory inside that holds the config of their