git 发布命令

git add .

git commit -m "备注"

git push -u origin master  

原文地址:https://www.cnblogs.com/oastar/p/5146119.html