logoalt Hacker News

jinushauntoday at 1:05 PM1 replyview on HN

`git history reword` is great. Using `git rebase -i` just to fix a spelling error is overkill and doesn’t actually do what I want.


Replies

jauntywundrkindtoday at 3:18 PM

Why doesn't it do what you what?

I hate to be the worry wart, but I am worried folks are going to avoid `git rebase -i` even more now. It is such an excellent excellent UI in my opinion: it shows you the history of what is clearly, and let's you modify it as you please!