mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Git - add command to compare a tag (#273694)
* Git - update command label * Git - add command to compare a tag
This commit is contained in:
@@ -135,9 +135,10 @@
|
||||
"command.graphCheckout": "Checkout",
|
||||
"command.graphCheckoutDetached": "Checkout (Detached)",
|
||||
"command.graphCherryPick": "Cherry Pick",
|
||||
"command.graphCompareBranches": "Compare Branches...",
|
||||
"command.graphCompareBranch": "Compare Branch...",
|
||||
"command.graphDeleteBranch": "Delete Branch",
|
||||
"command.graphDeleteTag": "Delete Tag",
|
||||
"command.graphCompareTag": "Compare Tag...",
|
||||
"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