mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Git - add more commands to repositories view (#274484)
* Git - add actions to delete branch/tag * Fix rebase action label * Git - add more commands
This commit is contained in:
@@ -77,7 +77,8 @@
|
||||
"command.merge2": "Merge",
|
||||
"command.mergeAbort": "Abort Merge",
|
||||
"command.rebase": "Rebase Branch...",
|
||||
"command.rebase2": "Rebase Branch",
|
||||
"command.rebase2": "Rebase",
|
||||
"command.createFrom": "Create from...",
|
||||
"command.createTag": "Create Tag...",
|
||||
"command.deleteTag": "Delete Tag...",
|
||||
"command.migrateWorktreeChanges": "Migrate Worktree Changes...",
|
||||
@@ -142,6 +143,7 @@
|
||||
"command.graphCompareRef": "Compare with...",
|
||||
"command.graphCompareWithMergeBase": "Compare with Merge Base",
|
||||
"command.graphCompareWithRemote": "Compare with Remote",
|
||||
"command.deleteRef": "Delete",
|
||||
"command.blameToggleEditorDecoration": "Toggle Git Blame Editor Decoration",
|
||||
"command.blameToggleStatusBarItem": "Toggle Git Blame Status Bar Item",
|
||||
"command.api.getRepositories": "Get Repositories",
|
||||
|
||||
Reference in New Issue
Block a user