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

git 学习笔记

时间:2017-10-22 00:17:34      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:commit   提交   bsp   拉取   push   代码   pull   ast   nbsp   

提交

1.提交当前工作空间的修改内容

git add .

2.提交当前工作空间的修改内容

git commit -m "备注"

3.将本地commit的代码更新到远程版本库中

3.1.git push origin master 

3.2.git push origin master -f 强制提交

-拉取

git pull origin master

 

git 学习笔记

标签:commit   提交   bsp   拉取   push   代码   pull   ast   nbsp   

原文地址:http://www.cnblogs.com/zinan/p/7707293.html

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