Inside Git: How It Works and the Role of the .git Folder
You already type git add, git commit, and git push. They do the job. But do you know what actually happens when you press Enter? This article opens the black box and shows what Git stores inside the hidden .git folder.
Start a repo
mkdir my-app
cd my...
gitguides.hashnode.dev3 min read