GitHub for Windows to the GitHub website, after several attempts, did not install successfully, and later found a way to enter http://github-windows.s3.amazonaws.com/in IE Github.application, enter at the end of the input, this time will be downloaded, automatic installation.
When the installation is complete, click on the icons
Will start GitHub, this time enter GitHub account information, login to GitHub
After successful login, the interface is as follows:
At this point, click Create a project in the top left corner.
Once created, click Create Repository, creating a project, in the D:\GitHub directory will generate a Myfirsttestapp folder, switch to the directory, add a file inside, such as Readme.txt
The interface will change, enter the corresponding description in summary and description, you can click Commint to master, this time will be submitted.
Click Publish Repository in the upper right corner will pop up this interface box, enter description, click Publish myfirsttestapp
The project will be sent to GitHub.
In the project to modify the file, modify, and then submit, this time you need to sync the changes to GitHub, click Sync to sync the project to GitHub
To delete an item:
If you want to delete an item, you need to jump to GitHub's website and enter the project
Select Settings in the lower right corner, click Settings,
Selecting Delete This repository will delete this item. Sometimes the GitHub client jumps to the page where the project is located, there will be no settings option, resulting in the inability to delete, this time, you can exit GitHub, re-login on the page once, you can.
git installation and use