The project submitted to git

1. From the command line, enter "git init", added the Test folder git management;
2. Enter "git add." (Do not leak. ""), The entire contents of the folder Test Add to git.
3. Enter "git commit -m" first commit " " ( "" Submit message "Git the commit -m")
4. Enter "git remote add origin https://github.com/shench5612390/Test.git"(git remote add origin of your own https address), connect your guthub warehouse.
5. Enter "git push -u origin master", upload the project to Github. Github here will be asked to enter the account password, you can enter as required.

Guess you like

Origin www.cnblogs.com/zyzblogs/p/11248869.html