git-abort - Man Page
Abort current git operation
Examples (TL;DR)
- Abort a Git rebase, merge, or cherry-pick:
git abort
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 <mailto:pkitszel@gmail.com>
Reporting Bugs
See Also
Referenced By
August 2020 Git Extras