Inside Git: How It Works and the Role of the .git Folder
1. How Git Works Internally
mainly git has three main stage that is working tree , staging area and the local repository. whatever you work upon it stages on the working tree . as you do git add , it will create git object for each file . then you d...
blog.anjanpajiyar.com5 min read