tj.git-extras/man/git-abort.md
Przemek Kitszel b8e58ee9ba Add git-abort
New subcommand just calls git $op --abort, where $op is current git operation, like rebase
2021-07-05 23:43:39 +02:00

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>

SEE ALSO

<https://github.com/tj/git-extras>