Inside Git: How It Works and the Role of the .git Folder
How git work internally
When you run a command:git initGit creates a hidden folder:.git/
This folder is the entire version control system for your project. Your project files are just working data. The .git folder contains:
History: The complete rec...
gitfolderworkingbypiyush.hashnode.dev5 min read