mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Implemented rebase onto
This commit is contained in:
@@ -298,6 +298,11 @@
|
||||
"title": "%command.merge%",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.rebaseOnto",
|
||||
"title": "%command.rebaseOnto%",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.createTag",
|
||||
"title": "%command.createTag%",
|
||||
@@ -703,6 +708,10 @@
|
||||
"command": "git.merge",
|
||||
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
|
||||
},
|
||||
{
|
||||
"command": "git.rebaseOnto",
|
||||
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
|
||||
},
|
||||
{
|
||||
"command": "git.createTag",
|
||||
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
|
||||
@@ -1433,6 +1442,9 @@
|
||||
{
|
||||
"command": "git.merge"
|
||||
},
|
||||
{
|
||||
"command": "git.rebaseOnto"
|
||||
},
|
||||
{
|
||||
"command": "git.branch"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user