Renamed rebaseOnto to rebase

This commit is contained in:
tomerstav
2020-10-23 03:35:27 +00:00
parent 5a76fea0a8
commit 7b936983f6
3 changed files with 11 additions and 11 deletions

View File

@@ -299,8 +299,8 @@
"category": "Git"
},
{
"command": "git.rebaseOnto",
"title": "%command.rebaseOnto%",
"command": "git.rebase",
"title": "%command.rebase%",
"category": "Git"
},
{
@@ -709,7 +709,7 @@
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
},
{
"command": "git.rebaseOnto",
"command": "git.rebase",
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
},
{
@@ -1443,7 +1443,7 @@
"command": "git.merge"
},
{
"command": "git.rebaseOnto"
"command": "git.rebase"
},
{
"command": "git.branch"