Inside Git: How It Works and the Role of the .git Folder
Introduction
There is a system operating in the background when we use Git commands like git init, git add, or git commit. Our project is kept organised thanks to this system. Our work is stored there. monitors the modifications we make to our projec...
nitishwrites.hashnode.dev8 min read