[#25575] Add Git Tag feature.

This commit is contained in:
Ashutosh Dhundhara
2017-05-20 22:58:00 +05:30
parent 56b341c2e0
commit 211e7a3030
5 changed files with 158 additions and 6 deletions

View File

@@ -21,8 +21,11 @@
"command.undoCommit": "Undo Last Commit",
"command.checkout": "Checkout to...",
"command.branch": "Create Branch...",
"command.createTag": "Create Tag",
"command.showTags": "Show Tags",
"command.pull": "Pull",
"command.pullRebase": "Pull (Rebase)",
"command.pushWithTags": "Push With Tags",
"command.push": "Push",
"command.pushTo": "Push to...",
"command.sync": "Sync",