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

git常用命令

时间:2017-08-15 21:15:05      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:partition   ***   checkout   mit   bsp   head   conf   tmp   push   

查看分支:git branch -a

切换分支:git checkout branchtmp-1.0(创建本地分支)

拉取远程分支代码: git checkout -b branchtmp-1.0 origin/branchtmp-1.0

删除分支: git branch -D branchtmp-1.0

查看本地修改:git status

更细本地代码:git pull --rebase

添加提交目录: git add ./adma/config/

代码提交:git commit -a -m "添加datastorage和megepartition工程"

提交评审:git push origin HEAD:refs/for/branchtmp-1.0%r=***1@***.com.cn,r=***2@***.com.cn

 

git常用命令

标签:partition   ***   checkout   mit   bsp   head   conf   tmp   push   

原文地址:http://www.cnblogs.com/sayhihi/p/7367447.html

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