Should I use Gitee or Github in China?
It is recommended to use Gitee. Gitee is more friendly to Chinese people and the access speed is faster than Github. If the user speaks English It is better. It is recommended to use Github. Github has a large number of users and many excellent open source projects, which cannot be compared with Gitee.
Github
GitHub is a hosting platform for open source and private software projects. It is named because it only supports Git as the only version library format for hosting. GitHub.
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 graphs (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.
As an open source code library and version control system, Github has more than 9 million developer users. As more and more applications move to the cloud, Github has become the go-to method for managing software development and discovering existing code.
As mentioned before, as a distributed version control system, there is no such concept as a main library in Git. Each copied library can be used independently, and any two libraries can be used independently. Any inconsistencies can be merged.
GitHub can host various git libraries and provide a web interface, but it is different from foreign SourceForge, Google Code or Chinese coding services. GitHub's unique selling point is the ease of branching from another project. sex. Contributing code to a project is very simple: first click the "fork" button on the project site, then check out the code and add the modifications to the code base you just forked, and finally take responsibility for the project through the built-in "pull request" mechanism People apply for code merging. Some people already call GitHub the MySpace for coders.
Branching on GitHub is like making friends on Myspace (or Facebook...), constantly connecting among the nodes of the social graph.
The GitHub project itself is naturally hosted on GitHub, but in a private
# repository that is not visible to public view. Open source projects are free to host, but this is not the case for private libraries. Chris Wanstrath, one of the developers at GitHub, affirmed the plan to financially support the hosting of free libraries through paid private libraries.
Through engaging with customers, developing FamSpam, and even developing GitHub itself, GitHub's private repositories have proven to be worth the money. Anyone who wants to save time and avoid the pain of page switching like the rest of their team will get the real value they want from GitHub.
On GitHub, users can easily find a large amount of open source code.
Recommended tutorial: "PHP Tutorial"
The above is the detailed content of Should I use Gitee or Github in China?. For more information, please follow other related articles on the PHP Chinese website!