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

Leave a comment

Your email address will not be published

{"type":"main_options","images_arr":"'#ffffff'","bg_slideshow_time":"0","site_url":"https:\/\/digitalzoomstudio.net","theme_url":"https:\/\/digitalzoomstudio.net\/wp-content\/themes\/qucreative\/","is_customize_preview":"off","gallery_w_thumbs_autoplay_videos":"off","base_url":"https:\/\/digitalzoomstudio.net"}