#10542 Ability to merge local git branches

This commit is contained in:
Rokas Gečas
2017-05-01 16:44:00 +03:00
parent e7ff4c373f
commit 818fa5a50f
5 changed files with 49 additions and 4 deletions

View File

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