tj.git-extras/man/git-abort.md
2022-10-06 13:26:20 +08:00

31 lines
480 B
Markdown

git-abort(1) -- Abort current git operation
================================
## SYNOPSIS
`git-abort`
## DESCRIPTION
Abort current git revert, rebase, merge or cherry-pick process.
## OPTIONS
There are no options, it just aborts current operation.
## EXAMPLES
`git-abort`
## AUTHOR
Written by Przemek Kitszel &lt;<pkitszel@gmail.com>&gt;
## REPORTING BUGS
&lt;<https://github.com/tj/git-extras/issues>&gt;
## SEE ALSO
&lt;<https://github.com/tj/git-extras>&gt;