Inside Git: How It Works and the Role of the .git Folder
1. The .git Folder
Whenever we bash a git init command in the terminal for a project folder, git starts tracking it and a .git folder/directory is created which tracks the changes in our project folder/files which includes projects history, files, br...
ashish-shrivastva.hashnode.dev4 min read