HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git abort — Abort an ongoing rebase, merge, or cherry-pick. Part of `git-extras`. More information: <https://git

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandongoinggit abortclimergecherryabortrebase

Problem

How to use the git abort command: Abort an ongoing rebase, merge, or cherry-pick. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-abort>.

Solution

git abort — Abort an ongoing rebase, merge, or cherry-pick. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-abort>.

Abort a Git rebase, merge, or cherry-pick:
git abort

Code Snippets

Abort a Git rebase, merge, or cherry-pick

git abort

Context

tldr-pages: common/git abort

Revisions (0)

No revisions yet.