Is there a way to rebase last X commit? #2341
Replies: 1 comment
-
There's nothing that specifically takes a count like that other than |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
, which is equal to "git rebase -i HEAD~X"
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions