So my git history looks something like this:
*
|
*
|\
| \
* * <- The one I want to reword.
| |
* *
| /
|/
*
|
*
And I want to reword the commit message at the location marked above. I have tried, rebase -i
and rebase -i -p
, but in both cases, I'll have to fix all the merge conflicts in the next commit, which I really don't want to do. Any ideas how I can do this?
答案 0 :(得分:1)