git submodule
Table of Contents
git submodule
reference
.gitmodules
file will be created as follows:
[submodule "notes"]
path = notes
url = git@github.com:yeonghoey/notes.git
When cloning this repository, there will only be empty directory for the submodule.
You can also do the same thing with one-liner:
Just simply do as follows:
To remove a submodule from the project, following steps required: