Comment by CharlesW

2 days ago

As a Gitginner I'm wondering if this a good joke that went "wooooosh", or if this has something to do with submodules, or…?

Git manages pretty much everything by using the `.git` folder created by `git init` and there is (as far as I am aware) nothing stopping you from going into that .git folder and running init again there to start using git to manage the internal state of your repository. At least... that is what I assumed the joke was.