Inside Git: How It Works and the Role of the .git Folder
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....
inner.hashnode.dev2 min read