GitHub is a hosting platform for open source and proprietary software projects. Because only Git is supported as the only managed version library format, it is named GitHub.
Github can also be a remote code base. You can upload your code or project to the github repository. That's totally fine. There is github client management software on the internet, and the operation is very simple, just like SVN and CVS.
Github is also an open source code collaboration community. Through github, you can participate in other people's open source projects, and you can also let others participate in your open source projects. Some companies' products, which don't want to invest manpower, but don't want to give up, are hosted by github code, open source the code and let development enthusiasts participate. Docker is a good example and the most successful open source project.
Here's how to get an open source project from github: zxin.
1, open github official website.
2. Search by "zxing".
3. Download the open source project: zxing
Operation: Cloneordowanload-& gt;; Download ZIP.
So we got the zxin source code, and the doc directory is the project document. Open it.
Index.html, in English,
In order to be able to read the source code, you need to have good English reading ability. Good luck.