I was reading through the documentation on rebasing. It suggest rebasing by using git rebase -i <hash>
but this does not work on the first commit of my project. I want to split my very first commit into two commits and rename both of them but I am not sure how to rebase it.
This thread seemed relevant but the answers provided there were not clear. They state how to access the root commit but don't say how to access it in the context of a rebase. How do I rebase my very first commit in order to split it into two?