🪴 notes

Search

Search IconIcon to open search

git submodules subtress

Published May 5, 2023 Last updated May 5, 2023 Edit Source

blog docs

A way to manage cases where a project is needed within another project, and still be able to treat them as separate git repositories.

1
2
3
4
5
projectA:
	src:
		main.ts
		etc/
		projectB