mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
New subcommand just calls git $op --abort, where $op is current git operation, like rebase
472 B
472 B
git-abort(1) -- Abort current git operation
SYNOPSIS
git-abort
DESCRIPTION
Abort current git rebase, merge or cherry-pick process.
OPTIONS
There are no options, it just aborts current operation.
EXAMPLES
git-abort
AUTHOR
Written by Przemek Kitszel <pkitszel@gmail.com>
REPORTING BUGS
<https://github.com/tj/git-extras/issues>