摘要: 1 You are currently editing a commit while rebasing branch 'master' on '459cf2a' 解决方案 step 1 git rebase --skip 阅读全文
posted @ 2017-08-14 15:38 开不开门 阅读(2777) 评论(0) 推荐(0) 编辑
摘要: 解决方案: 1 git reflog 2 git reset --hard 93c7150 本地代码还原 git cherry-pick 93c7150 指定 commit的版本号 阅读全文
posted @ 2017-08-14 15:06 开不开门 阅读(15497) 评论(1) 推荐(1) 编辑
摘要: 1 之前 操作 git commit -m 't1' 2 想要提交的操作 git commit -m 't2' 1 执行操作 git rebase -i HEAD~~ 删除 不想要的 保存 阅读全文
posted @ 2017-08-14 14:47 开不开门 阅读(277) 评论(1) 推荐(0) 编辑