How Git Works Internally
Most beginners use Git by typing commands like git add and git commit.But many people do not know what Git actually does inside
What is the .git Folder?
When you run this command:
git init
Git creates a hidden folder called:
.git
The .git folder is...
mayanksaraswal1.hashnode.dev3 min read