使用git提交远程仓库

git pull    更新

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

git commit -m ‘注释’   提交

git push origin master   提交到远程仓库

 

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