I'm still learning git so don't have a clear idea.
I created a new repository and made 3 commits.
I want to rebase all the commits starting from the first one.
I do the command
git rebase -i 4a5244b
This is what's shown
The first commit 4a5244b
is not there. Is this just a special edge case with rebase where you can edit the first commit or am I doing something wrong?