I have such tasks to do. Last task left: The message for the first commit in your repo should be Initial commit. I made a mistake and gave the first commit a different name. After that, there are 4 more commits.
[image]
[image]
I typed: git rebase --interactive HEAD ~ 5, but it only shows 4 commits and not the first one.
I need to rename the first commit.
“fix: small changes” going to be called “Initial commit”.
Same issue with me here
I found a solution, use $git rebase -i --root