#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

@@ -21,6 +21,7 @@
"command.undoCommit": "Undo Last Commit",
"command.checkout": "Checkout to...",
"command.branch": "Create Branch...",
"command.merge": "Merge Branch...",
"command.pull": "Pull",
"command.pullRebase": "Pull (Rebase)",
"command.push": "Push",