Add rename branch command

This commit is contained in:
Justin Horner
2017-08-10 14:00:27 -04:00
parent c05c85b45f
commit b3a977e32a
2 changed files with 10 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
"command.checkout": "Checkout to...",
"command.branch": "Create Branch...",
"command.deleteBranch": "Delete Branch...",
"command.renameBranch": "Rename Branch...",
"command.merge": "Merge Branch...",
"command.createTag": "Create Tag",
"command.pull": "Pull",