How to convert a git project into a submodule
Today I started to add extsting git projects into my home git repository as submodules. In short: git submdule add -f ...
solves the problem…
Today I started to add extsting git projects into my home git repository as submodules. In short: git submdule add -f ...
solves the problem…