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

@@ -50,7 +50,7 @@
"command.deleteBranch": "Delete Branch...",
"command.renameBranch": "Rename Branch...",
"command.merge": "Merge Branch...",
"command.rebaseOnto": "Rebase Branch Onto...",
"command.rebase": "Rebase Branch...",
"command.createTag": "Create Tag",
"command.deleteTag": "Delete Tag",
"command.fetch": "Fetch",