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.
HINTS
- Replace
pick
with anr
next to the suggested commit - Save and exit the file by pressing
ctrl+x
theny
thenenter
- To reset this lesson, make sure nano is closed. Then, hit reset and enter
git rebase --interactive --root
after it’s done resetting
Your code so far
I AM FACING ISSUE IN THIS STEP
PLEASE HELP ME
THANKS IN ADVANCE!
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36
Challenge: Learn Git by Building an SQL Reference Object - Build an SQL Reference Object
Link to the challenge: