Git - add more commands to the graph context menu (#237811)

* Git - add "Delete Branch" and "Delete Tag" actions

* Git - update the graph cherry pick command
This commit is contained in:
Ladislau Szomoru
2025-01-13 17:20:46 +01:00
committed by GitHub
parent 78f24d856a
commit eaa1502b23
3 changed files with 79 additions and 23 deletions

View File

@@ -62,14 +62,11 @@
"command.undoCommit": "Undo Last Commit",
"command.checkout": "Checkout to...",
"command.checkoutDetached": "Checkout to (Detached)...",
"command.graphCheckout": "Checkout",
"command.graphCheckoutDetached": "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.cherryPickAbort": "Abort Cherry Pick",
"command.merge": "Merge...",
"command.mergeAbort": "Abort Merge",
@@ -126,6 +123,11 @@
"command.viewStagedChanges": "Open Staged Changes",
"command.viewUntrackedChanges": "Open Untracked Changes",
"command.viewCommit": "Open Commit",
"command.graphCheckout": "Checkout",
"command.graphCheckoutDetached": "Checkout (Detached)",
"command.graphCherryPick": "Cherry Pick",
"command.graphDeleteBranch": "Delete Branch",
"command.graphDeleteTag": "Delete Tag",
"command.api.getRepositories": "Get Repositories",
"command.api.getRepositoryState": "Get Repository State",
"command.api.getRemoteSources": "Get Remote Sources",