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:
Ladislau Szomoru
2025-11-01 12:27:56 +00:00
committed by GitHub
parent c0755c9484
commit 69e17b67f1
3 changed files with 90 additions and 2 deletions

View File

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