Inside Git: How It Works and the Role of the .git Folder
What is the .git folder ?
The .git folder is a hidden file created when we run (git init). It store complete history of project contains commits, branches, tag, configurations etc. without .git the project not a git repository. It allow git to trac...
ggithub.hashnode.dev2 min read