Git vs Git Hub

  Git is a version control system, it is saved and maintained on the users system. It was introduced to the public in 2005, a way to keep track of the changes being made to a code for developers. The git is unique for its branching model.

Git Hub is also a version control system, but in cloud. Git is hub is cloud based hosting service which allows developers create code and share it among other developers. They can add on to the same code, by contributing to the existing code. This way one person is not doing everything on their own. 

Comments