I do not have a good understanding of working with git modules.
I researched it online, and copied some code. I put what I did on the READ.md because it worked on my machine. Thank you for helping.
Yeah... I believe what the code would do is update the code in the git sub modules with the latest code from their repos, which might bring breaking changes into your repo, making it fail to compile.
Thank you for catching that. I removed that line. I was under the impression it would pull the code from the repo. I did not think that was handled by init.
Yeah... I believe what the code would do is update the code in the git sub modules with the latest code from their repos, which might bring breaking changes into your repo, making it fail to compile.