Inside Git: How It Works and the Role of the .git Folder
Jan 17 · 2 min read · Git is not just about tracking files, we can say that it is tracking snapshots of our projects. So every time we we make a commit, git saves the current state of the project, it links to the previous snapshot and stores safely inside the .git folder....
Join discussion