20 Aug 2017
About Git
Git : fast, scalable, distributed revision control system
“By far, the most widely used modern version control system in the world today is Git.”
“Version control systems are a category of software tools that help a software team manage changes to source code over time. Version control software keeps track of every modification to the code in a special kind of database. If a mistake is made, developers can turn back the clock and compare earlier versions of the code to help fix the mistake while minimizing disruption to all team members.”
Atlassian Git Tutorial
Git Usage : CLI vs GUI
Repositories
- GitHub is a web-based Git or version control repository and Internet hosting service. - Wikipedia
- Bitbucket is a web-based hosting service that is owned by Atlassian, used for source code and development projects that use either Mercurial (since launch) or Git (since October 2011[2]) revision control systems. Bitbucket offers both commercial plans and free accounts. It offers free accounts with an unlimited number of private repositories (which can have up to five users in the case of free accounts) as of September 2010. - Wikipedia
- GitLab is a web-based Git repository manager with wiki and issue tracking features, using an open source license, developed by GitLab Inc. - Wikipedia
- Comparison of source code hosting facilities
Let’s Develope Together!
How To Collaborate? Let’s Create Repository, Make Branches, Pull, Merge, Commit, Push and hit the sack!
Facebook Google+