What is Git / GitHub?
Git is DVCS (Distributed Version Control System) for
tracking developers' codes in the local repository. The repository is nothing but a
folder either on your local machine or on a Remote Server.
GitHub is a web-based repository where you can save all
versions of codes on a remote server. Users can push and pull codes between Git
to Github.
Git |
GitHub |
Version
Control System |
Cloud
based hosting service |
Software |
Service |
Local Repository |
Remote Repository |
Linux Platform |
Web Service GUI Based |
Released in 2005 |
Released in 2008 |
Free Source Tool |
Few Services are Paid |
Sharing
code is difficult |
Sharing codes is easy |
Stages and WorkFlow of Git
a. Working Directory or Space
b. Staging Area
c. Local Repository
No comments:
Post a Comment