在这里,你需要找到需要修改提交信息的commit的哈希值,例如1234567890abcdef1234567890abcdef12345678。 步骤二:进入交互式rebase模式 使用git rebase -i <commit_hash>^命令进入交互式rebase模式,其中<commit_hash>是需要修改的commit的哈希值,^表示该commit的父commit。注意,这里使用的是哈希值的前几个字...
1.Git rebase --continue 2. git rebase -i 修改历史中的某一次提交