Inside Git: How It Works and the Role of the .git Folder
1. The .git Folder
whenever we bash a git init command in a project's terminal, a .git folder/repository is created which tracks all the changes we made to a project/files including the project's hist
amruta-patil.hashnode.dev3 min read