码迷,mamicode.com
首页 > 其他好文 > 详细

Git 本地仓库提交到远程仓库

时间:2018-01-22 01:17:29      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:git push   gpo   rem   remote   仓库   stat   class   git   body   

1.git init 初始化本地仓库

2.git add README.md 添加

3.git add * 加入所有项目

4.git status 检查状态 如果都是绿的就是成功的

5.git commit -m "提交到本地仓库,并写下一些注释"

6.git remote add origin  origin后面加上你的git远程仓库的地址 origin 是你的git地址的别名

7.git push -u origin master  将本地仓库的东西提交到 origin的地址 master分支下

 

Git 本地仓库提交到远程仓库

标签:git push   gpo   rem   remote   仓库   stat   class   git   body   

原文地址:https://www.cnblogs.com/yfning/p/8326030.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!