Comment by amelius
This is why I run Git inside Git, as the latter allows me to undo anything I do within the former.
This is why I run Git inside Git, as the latter allows me to undo anything I do within the former.
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.
As a Gitginner I'm wondering if this a good joke that went "wooooosh", or if this has something to do with submodules, or…?