Understand Git as Distributed Version Control System.
What is git and How it's work:
'Git' is a Distributed Version Control System, it track the changes of file. Distributed, it allow multiple people to work on the same project.
Three main components (stages) of git:
Git track out changes across the thr...
git-as-version-control-system.hashnode.dev2 min read