Understand Git as Distributed Version Control System.
Feb 15 · 2 min read · 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...
Join discussion