git: fetch from all remotes

fixes #56463
This commit is contained in:
Joao Moreno
2018-09-12 16:20:48 +02:00
parent f9d5b65614
commit d880689924
5 changed files with 34 additions and 7 deletions

View File

@@ -36,6 +36,7 @@
"command.merge": "Merge Branch...",
"command.createTag": "Create Tag",
"command.fetch": "Fetch",
"command.fetchAll": "Fetch From All Remotes",
"command.pull": "Pull",
"command.pullRebase": "Pull (Rebase)",
"command.pullFrom": "Pull from...",