mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
31 lines
480 B
Markdown
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 <<pkitszel@gmail.com>>
|
|
|
|
## REPORTING BUGS
|
|
|
|
<<https://github.com/tj/git-extras/issues>>
|
|
|
|
## SEE ALSO
|
|
|
|
<<https://github.com/tj/git-extras>>
|