https://github.com/Uni-/shBrushesCollection
I created a GitHub repository and made a .gitmodules file directly from GitHub's web source editor. When I then cloned the repo, I noticed the submodules in .gitmodules were not being initialized.
I think I tried almost all commands possible, including update, init, update --init and so on. Is there a way to use current .gitmodules file, not submodules add?
Writing a submodule isn't enough.
You should rather use git submodule add
: that will update your .gitmodules
file and create a special entry in the index (where you want that submodule to be loaded).
Then, when you push that to your upstream repo on GitHub, the project page will display those special entries as a green folder.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With