使用git提交远程仓库

git pull    更新

git add 文件名   将文件添加到暂存区

git commit -m ‘注释’   提交

git push origin master   提交到远程仓库

原文地址:https://www.cnblogs.com/mkdlf/p/7163131.html