
Git is a distributed Version control System. What is a distributed in here.
Git has a feature that is not available in other Version Control
systems and that is it allows developers to work on a project without
requiring them to share a common network.
Much
like in other Systems, Git maintains a Repository locally and...