Inside Git: How It Works and the Role of the .git Folder
How Git Works Internally
Git is not a tool to only track files , it is a content-tracking system. Instead of remembering how a file changed line by line , Git stores snapshots of your project at point of time.
Whenever Git needs to remember something...
blog.sagarkemble.dev3 min read