我能够成功地进行rebase(使用/像git rebase -i HEAD~3)但是一旦我git push origin master我得到了奇怪的消息,例如对于相同的rebase命令:
The previous cherry-pick is now empty, possibly due to conflict resolution.
If you wish to commit it anyway, use:
git commit --allow-empty
Otherwise, please use 'git reset'
rebase in progress; onto 67c7420
You are currently rebasing branch 'master' on '67c7420'.
nothing to commit, working directory clean
Could not apply 16aeb8c44f170c9e96777d529d8cf74963aa042a...
一旦我尝试了 - 允许空,仍然没有工作 在推送起源主人后,是否有可能重新定义我的最后3个提交消息?