Merge branch 'git-merge' of https://github.com/gecharo/vscode into gecharo-git-merge

This commit is contained in:
Joao Moreno
2017-06-26 09:56:42 +02:00
5 changed files with 50 additions and 3 deletions

View File

@@ -177,6 +177,11 @@
"title": "%command.deleteBranch%",
"category": "Git"
},
{
"command": "git.merge",
"title": "%command.merge%",
"category": "Git"
},
{
"command": "git.pull",
"title": "%command.pull%",