Hacker News new | ask | show | jobs
by klodolph 3806 days ago
I'd argue that what you're describing shouldn't even be called a rebase, even though you could use "rebase -i" to accomplish it. For example, I just use "reset --soft ; commit" instead.