Add "pullFrom" git command

Resolves Microsoft/vscode#26738
This commit is contained in:
Matt Shirley
2017-05-20 00:10:04 -07:00
parent 4ba9130583
commit 42ab4c41a4
5 changed files with 51 additions and 4 deletions

View File

@@ -23,6 +23,7 @@
"command.branch": "Create Branch...",
"command.pull": "Pull",
"command.pullRebase": "Pull (Rebase)",
"command.pullFrom": "Pull from...",
"command.push": "Push",
"command.pushTo": "Push to...",
"command.sync": "Sync",