Difference between revisions of "GitHub"
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→External links) |
||
(3 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:Git (software)]] | ||
− | [[Category:Revision | + | [[Category:Revision control]] |
Latest revision as of 12: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
- Bitbucket
- Git (software)
- Revision control
- Slack (software) - a cloud-based team collaboration tool.
- Source code repository
- SourceForge
External links
- GitHub @ Wikipedia
- How GitHub Works @ YouTube