The steps below assume that:
- you use command-line for git and are using MacOS
- you are working on a feature branch
vim
is the default editor.
Notes
- While in interactive rebase mode, the commits are in the opposite order of the way
git log
shows them. - When you see a command like
SHIFT + :
, the plus sign should not be pressed.