Git: Add "git rebase --abort" command (#97071)

Add "git rebase --abort" command
This commit is contained in:
Ladislau Szomoru
2020-05-07 14:26:55 +02:00
committed by GitHub
parent ff8902990d
commit ee8a6bc4f8
5 changed files with 19 additions and 0 deletions

View File

@@ -63,6 +63,7 @@
"command.showOutput": "Show Git Output",
"command.ignore": "Add to .gitignore",
"command.revealInExplorer": "Reveal in Side Bar",
"command.rebaseAbort": "Abort Rebase",
"command.stashIncludeUntracked": "Stash (Include Untracked)",
"command.stash": "Stash",
"command.stashPop": "Pop Stash...",