提交本地项目到Github 2016-04-21 本文已影响16人 dadadahui 本地的项目,右键打开Git Bash git add * git commit -m "对file的描述" git push -u yoyo(远程仓库) master