使用git提交远程仓库

git pull    更新

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

git commit -m ‘注释’   提交

git push origin master   提交到远程仓库

 

posted @ 2017-07-13 20:59  不自然地坚持  阅读(160)  评论(0编辑  收藏  举报