Learn Git by Building an SQL Reference Object - Build an SQL Reference Object

Tell us what’s happening:

I have no idea why test still passed.

Both, the commit to add the unique command and the one to revert it, were dropped. Enter another --interactive rebase that goes back to the --root instead of HEAD~2. I am going to show you how to change a commit message. --root means that the rebase will go back to your very first commit.

camper: /sql_reference$ git rebase --interactive --root
error: cannot rebase: You have unstaged changes.
error: Please commit or stash them.

please help

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Learn Git by Building an SQL Reference Object - Build an SQL Reference Object

have you tried staging or removing the unstaged changes?