Inside Git: How It Works and the Role of the .git Folder
Why .git folder exist?
All of you know that git is a VCS(Version Control System), It’s main function to track your code. and Do you know where git actually store your code changes ?
Yes you guessed it right .git directory.
If you run a command ( ls -...
git-internals-working.hashnode.dev1 min read