SCM Graph - Add more commands to the context menu (#228480)

* SCM Graph - add "Checkout (Detached)" command

* Add "Cherry Pick" command
This commit is contained in:
Ladislau Szomoru
2024-09-13 15:36:52 +02:00
committed by GitHub
parent 637ffc6de9
commit 597b5e965b
3 changed files with 49 additions and 1 deletions

View File

@@ -62,11 +62,13 @@
"command.undoCommit": "Undo Last Commit",
"command.checkout": "Checkout to...",
"command.checkoutDetached": "Checkout to (Detached)...",
"command.checkoutRefDetached": "Checkout (Detached)",
"command.branch": "Create Branch...",
"command.branchFrom": "Create Branch From...",
"command.deleteBranch": "Delete Branch...",
"command.renameBranch": "Rename Branch...",
"command.cherryPick": "Cherry Pick...",
"command.cherryPickRef": "Cherry Pick",
"command.merge": "Merge...",
"command.mergeAbort": "Abort Merge",
"command.rebase": "Rebase Branch...",