You can see that the latest commit is at the bottom here. Be careful not to change the wrong commits. One of the options is r, reword = use commit, but edit the commit message
. Replace pick
with an r
next to the commit with the message feat: add column reference
to reword the message, it’s the very first commit you added to this branch. When you are done, save the file and exit Nano. Git will put you in another Nano instance to reword the commit message. Don’t change anything in it yet.
Problem:
-nano does not open +
-camper: /sql_reference$ git rebase --interactive --root
fatal: apply options and merge options cannot be used together
camper: /sql_reference$