What I would do in this situation is to move to the last commit I want
to keep (likely in an "Unpushed to ..." section) and then press "C-u x"
to do a `git reset --hard COMMIT_AT_POINT'.

I think `git-rebase.el' lacks support for the "drop" command because
`git rebase' itself did not support that at the time the respective
Emacs commands were created.  At least I wasn't aware of "drop" until
now.

If you feel like it, then please add support for it.  Otherwise I will
get to that eventually.

-- 
You received this message because you are subscribed to the Google Groups 
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to