Provide two good git tutorials first:
1. How to deploy a project on GitHub:
Lhttp://jingyan.baidu.com/article/656db918fbf70ce381249c15.html
2. Open Source Project hosting GitHub:
Http://jingyan.baidu.com/album/f7ff0bfc7181492e27bb1360.html?picindex=3
Personal summary of how to upload a project to GitHub
One, create a new repository on the GitHub platform.
1. when you are done registering, go to the GitHub platform and click New Repositories
2.
3. Click on the Clipboard icon in the right column to record your project address.
At this point, a new warehouse has been established.
Second, upload the project to GitHub. 1. Under the path of the downloaded Git client, open the Git command window.
2.enter git clone and then copy the previously recorded address to the back, enter
3. When done, indicates a successful run, at this point in the GIT client directory will be more than a project folder, called "Testrepository". Put your own J Project project throughout the copy of this Testrepository folder. CD TestEnter the root directory of the managed project.
4. Git Add. (Note: There is a point at the end. ")Add the changes to the version manager. 5. The above is a noteworthy and error-prone place, see later steps: http://jingyan.baidu.com/album/f7ff0bfc7181492e27bb1360.html?picindex=3
From for notes (Wiz)
GitHub usage: Deploy projects to GitHub