GitHub is a hosting platform for open source and private software projects, a bit like a cloud for code. Because it only supports git as the only repository format for hosting, it is named GitHub.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
GitHub hosts your source code projects in a variety of different programming languages and tracks the various changes made with each iteration. The service can do this by using git, a revision control system that runs in a command line interface.
GitHub was officially launched on April 10, 2008. In addition to Git code warehouse hosting and basic Web management interface, it also provides subscriptions, discussion groups, text rendering, online file editors, and collaboration maps (reports ), code snippet sharing (Gist) and other functions. Currently, it has more than 3.5 million registered users and a large number of hosted versions, including well-known open source projects Ruby on Rails, jQuery, python, etc.
Why use GitHub?
1. Using GitHub makes it easier to collaborate with colleagues and colleagues and review previous versions of work.
2. GitHub is a repository that allows your work to stand out in front of the public. Additionally, it is one of the largest coding communities around, so using it can provide your projects and you with broad exposure. The more people you have to review your project, the more attention and usage it's likely to attract.
3. GitHub can integrate with common platforms such as Amazon and Google Cloud, as well as services such as Code Climate to track your feedback, and can highlight the syntax of more than 200 different programming languages.
The above is the detailed content of What does GitHub mean?. For more information, please follow other related articles on the PHP Chinese website!