Inside Git: How it Works and the Role of the .git Folder
Sneak peek into the .git/ folder
If you open the .git folder, you will see many files and folders.
HEAD and index are files, rest all are folders.
Now to understand Git properly, we just need to understand what happens internally when we use the main...
blogs.gaurangpods.com3 min read