I have a tree like the below in my git log. I want to take those first 10 commits and squash them into one. So I ran git rebase -i HEAD~10
That's a pain to count out and see that's 10 entries though. Is there a way to specify the target commit by the SHA instead? Like git rebase -i 79a1363
?
* 8e43e2d (HEAD -> share) fastlane changes
* a09c655 Handles landscape for iPhone now
* 2c764e1 Now deletes ALL tickets of a type, instead of just a specific date range. Added fast lane support for beta deployment.
* 6f6c577 Updated version for push
* c422d06 Fixed for iPad
* 948bcd4 Fixed master view cells.
* b82df83 Fixed the loser detail view cell
* c31d8b5 Winnings now properly displays at all text sizes.
* ff15e79 Wrote the winning/losing cells.
* 79a1363 Bunch of stuff for larger text
* e58b1f9 (tag: v6.2.3, origin/master, origin/HEAD, master) 6.2.3
* 3f02a27 (tag: v6.2.1) Version 6.2.1
* 7703d55 (tag: v6.2.0) Updated revision