Inside Git: How It Works and the Role of the .git Folder
What is the .git Folder and Why It Exists?
Before understand the .git directory first we need how and when it create, is it create by itself or manuals?
When we run command
git init
git automatically create a hidden .git folder and this folder is en...
rayvishal.hashnode.dev2 min read