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

git常用命令

时间:2019-07-23 17:06:32      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:logs   fetch   数据   etc   提交   check   bsp   issue   nbsp   

git fetch origin  同步远程服务器上的数据到本地

git cherry-pick submitId  从其他分支同步提交

git branch -r

git diff filepath  展示变化

git reset   从把缓存区数据恢复到工作空间

 

恢复远程版本:

git reset --hard 版本号

然后执行git push -f

 

git branch -a 查看所有分支

git reset --hard 目标版本号

 

合并分支:

$: git checkout master
$: git merge issue1234

https://www.cnblogs.com/kuyuecs/p/7111749.html

git常用命令

标签:logs   fetch   数据   etc   提交   check   bsp   issue   nbsp   

原文地址:https://www.cnblogs.com/liwutao/p/11232578.html

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