Inside Git: How it Works and the role of .git Folder
How Git Work Internally
Git work like saving system for code. It save code again and again. Git not save only file but save whole project state. Every time we save Git make new copy. Old copy never delete. This help go back anytime.
Code → Save → Sav...
indrajeetgit.hashnode.dev3 min read