remove duplicate git.pullFrom command

This commit is contained in:
Jonathan Fleckenstein
2020-04-21 10:44:38 -04:00
committed by GitHub
parent 155e563921
commit f12f21d320

View File

@@ -609,10 +609,6 @@
"command": "git.pullRebase",
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
},
{
"command": "git.pullFrom",
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
},
{
"command": "git.merge",
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"