Difference between revisions of "GitHub"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
(4 intermediate revisions by the same user not shown)
Line 18: Line 18:
  
 
* [[Bitbucket]]
 
* [[Bitbucket]]
 +
* [[Git (software)]]
 
* [[Revision control]]
 
* [[Revision control]]
 +
* [[Slack (software)]] - a cloud-based team collaboration tool.
 
* [[Source code repository]]
 
* [[Source code repository]]
 
* [[SourceForge]]
 
* [[SourceForge]]
Line 25: Line 27:
  
 
* [https://en.wikipedia.org/wiki/GitHub GitHub] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/GitHub GitHub] @ Wikipedia
 +
* [https://www.youtube.com/watch?v=w3jLJU7DT5E How GitHub Works] @ YouTube
 +
 +
[[Category:Git (software)]]
 +
[[Category:Revision control]]

Latest revision as of 13:21, 3 January 2017

GitHub is a Git hosting service that offers a Git-based source code repository, which offers all of the distributed revision control and source code management (SCM) functionality of Git as well as adding its own features.

Description

Unlike Git, which is strictly a command-line tool, GitHub provides a web-based graphical interface and desktop as well as mobile integration.

GitHub also provides access control and several collaboration features such as wikis, task management, and bug tracking and feature requests for every project.

Types of plans

GitHub offers both plans for private repositories and free accounts, which are usually used to host open source software projects.

Statistics

As of 2015, GitHub reports having over 9 million users and over 21.1 million repositories, making it the largest code hoster in the world.

See also

External links