I instead find the SHA for the commit i want to edit and then:
git rebase -i sha^
It's a bit easier than counting how many commits back to go!
I instead find the SHA for the commit i want to edit and then:
git rebase -i sha^
It's a bit easier than counting how many commits back to go!