How GIt Works and the Role of the .git Folder
How Git Works Internally
Git doesn’t store changes the way traditional tools do — it uses a snapshot model: Every time we commit, Git takes a snapshot of the current state of the project. If certain files haven’t changed, Git doesn’t duplicate them —...
megawarrior2526.hashnode.dev2 min read