Merge branch 'git-tag' of https://github.com/ashutoshdhundhara/vscode into ashutoshdhundhara-git-tag

This commit is contained in:
Joao Moreno
2017-08-10 15:38:26 +02:00
5 changed files with 96 additions and 2 deletions

View File

@@ -24,11 +24,14 @@
"command.branch": "Create Branch...",
"command.deleteBranch": "Delete Branch...",
"command.merge": "Merge Branch...",
"command.createTag": "Create Tag",
"command.showTags": "Show Tags",
"command.pull": "Pull",
"command.pullRebase": "Pull (Rebase)",
"command.pullFrom": "Pull from...",
"command.push": "Push",
"command.pushTo": "Push to...",
"command.pushWithTags": "Push With Tags",
"command.sync": "Sync",
"command.publish": "Publish Branch",
"command.showOutput": "Show Git Output",