会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Z十六画生
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
git
git使用
git 使用
摘要:#提交修改三步add 、commit、 push。 git pull git add . git commit -m '更新注释' git push ################git 切换到某一版本############ git checkout dev git log #find a po
阅读全文
posted @
2019-05-31 09:52
Z十六画生
阅读(186)
评论(0)
推荐(0)
git 回退到上-次分支的合并merge
摘要:1.找到最后一次提交到master分支的版本号,即【merge前的版本号】git log --pretty=oneline2.回退到指定版本git reset --hard 【merge前的版本号】
阅读全文
posted @
2019-05-30 15:07
Z十六画生
阅读(4192)
评论(0)
推荐(0)
公告