mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user