我目前能想到:
git checkout <sha>
- bug
+ new bug
git branch nb
git rebase ob nb
但这还是会影响历史的吧
我目前能想到:
git checkout <sha>
- bug
+ new bug
git branch nb
git rebase ob nb
但这还是会影响历史的吧
1
villivateur Sep 19, 2022
git 的每一个 commit 都是基于上一个 commit 的,没法做到修改中间某个 commit 而不影响后面的 commit
|
2
Blacate Sep 19, 2022 via iPhone
卧槽 我想到了区块链
|