mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
git: checkout & branch commands
This commit is contained in:
@@ -119,6 +119,16 @@
|
||||
"title": "Undo Last Commit",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.checkout",
|
||||
"title": "Checkout to...",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.branch",
|
||||
"title": "Create Branch...",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.pull",
|
||||
"title": "Pull",
|
||||
|
||||
Reference in New Issue
Block a user