git init ? ? //生成本地git管理
git add .//添加當(dāng)前目錄中的所有文件到索引
git commit -m "first commit"http://提交到本地源碼庫恨统,并附加提交注釋
git remote add origin https://github.com/用戶名/SubmitLocalProject.git
git push -u origin master//把本地源碼庫push到github
在終端執(zhí)行完以上的命令后叁扫,在GitHub上查看之前創(chuàng)建的repository三妈,發(fā)現(xiàn)已將本地的項(xiàng)目提交至GitHub上了。