Skip to content

Commit

Permalink
add git reset --merge to the abort default action
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed Sep 17, 2022
1 parent a024c34 commit 836debd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
{
"title": "🛇",
"description": "Abort merge or cherry-pick",
"args": "merge --abort; git cherry-pick --abort",
"args": "merge --abort; git cherry-pick --abort; git reset --merge",
"immediate": true,
"ignore_errors": true
}
Expand Down

0 comments on commit 836debd

Please sign in to comment.