How GIT Works Internally
How it track your work?
When we commit our work, Git stores it and generates a hash key for it. Hash key is a small value that is used to represent a large piece of data in a hash system. Git uses these keys to identify the value that was stored. It ...
pradeeppratihast.hashnode.dev4 min read