mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
git.pullFrom
octopus commit
This commit is contained in:
@@ -193,8 +193,8 @@
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.pullFromRemoteBranch",
|
||||
"title": "%command.pullFromRemoteBranch%",
|
||||
"command": "git.pullFrom",
|
||||
"title": "%command.pullFrom%",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
@@ -327,13 +327,17 @@
|
||||
"when": "config.git.enabled && scmProvider == git && gitState == idle"
|
||||
},
|
||||
{
|
||||
"command": "git.pullFromRemoteBranch",
|
||||
"command": "git.pullFrom",
|
||||
"when": "config.git.enabled && scmProvider == git && gitState == idle"
|
||||
},
|
||||
{
|
||||
"command": "git.pullRebase",
|
||||
"when": "config.git.enabled && scmProvider == git && gitState == idle"
|
||||
},
|
||||
{
|
||||
"command": "git.pullFrom",
|
||||
"when": "config.git.enabled && scmProvider == git && gitState == idle"
|
||||
},
|
||||
{
|
||||
"command": "git.push",
|
||||
"when": "config.git.enabled && scmProvider == git && gitState == idle"
|
||||
@@ -387,8 +391,7 @@
|
||||
"when": "config.git.enabled && scmProvider == git && gitState == idle"
|
||||
},
|
||||
{
|
||||
"command": "git.pullFromRemoteBranch",
|
||||
"group": "1_sync",
|
||||
"command": "git.pullFrom",
|
||||
"when": "config.git.enabled && scmProvider == git && gitState == idle"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user