Git - add command to compare a tag (#273694)

* Git - update command label

* Git - add command to compare a tag
This commit is contained in:
Ladislau Szomoru
2025-10-28 07:43:12 +01:00
committed by GitHub
parent 53cd6a7217
commit 124710c5ff
3 changed files with 91 additions and 65 deletions

View File

@@ -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",