Inside Git
Most devs use Git for years… but the single most ignored thing in their repo is .git/.
.git/ is the real repository.Your actual project files are just the working directory version of whatever snapshot HEAD is pointing to.
Let’s break this down from ...
zukocode.hashnode.dev3 min read