Inside Git: How It Works and the Role of the .git Folder
What is Git ?
Git is a free and open-source distributed version control system (DVCS). It used to keep track of changes to files (any type), generally the code files of the project.
It is called a distributed version control system because of it allo...
codemunch.hashnode.dev9 min read