Skip to content

Commit

Permalink
add git rebase --abort to the abort action
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed Jan 16, 2023
1 parent 9ca9296 commit cbbd17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
{
"title": "",
"icon": "circle-slash",
"description": "Abort merge or cherry-pick",
"args": "merge --abort; git cherry-pick --abort; git reset --merge",
"description": "Abort the current merge or cherry-pick or rebase, if present.",
"args": "merge --abort; git cherry-pick --abort; git rebase --abort; git reset --merge",
"immediate": true,
"ignore_errors": true
}
Expand Down

0 comments on commit cbbd17c

Please sign in to comment.