会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Himmelbleu
管理
2024年1月17日
[Git] git rebase
摘要: rebase 从 7cd790e6 往上的所有提交,通过 git rebase -i hash 。 在此之前,确保当前暂存库中没有更改,否则暂存到缓存中(stash)。 git fetch git rebase -i 7cd790e6 如下图2,终端显示了历史 commit,从最新的提交 2e640
阅读全文
posted @ 2024-01-17 12:43 Himmelbleu
阅读(23)
评论(0)
推荐(0)
编辑