Open kieranpotts opened 1 year ago
If it possible to check the current operation that is blocked from completing -- eg merge vs cherry-pick -- we could have a generic abort alias that backs out of whatever operation is partially complete.
abort
git merge --abort
If it possible to check the current operation that is blocked from completing -- eg merge vs cherry-pick -- we could have a generic
abort
alias that backs out of whatever operation is partially complete.