What's the difference between edit
and reword
when you do a git rebase?
I'm going through some docs which say this:
Replace pick with:
- edit to mark a commit for amending.
- reword to change the log message.
reference : The git-rebase documentation says this: