git: checkout & branch commands

This commit is contained in:
Joao Moreno
2017-01-13 11:52:07 +01:00
parent 79b37a7f17
commit c7fca1c18f
3 changed files with 59 additions and 28 deletions

View File

@@ -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",