add git delete branch command

This commit is contained in:
Maik Riechert
2017-05-03 22:53:26 +01:00
committed by Dirk Baeumer
parent c73c21e234
commit b96478ebcc
5 changed files with 60 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
"command.undoCommit": "Undo Last Commit",
"command.checkout": "Checkout to...",
"command.branch": "Create Branch...",
"command.deleteBranch": "Delete Branch...",
"command.pull": "Pull",
"command.pullRebase": "Pull (Rebase)",
"command.push": "Push",