Skip to content

Commit 6aafc4b

Browse files
committed
1 parent 29e9717 commit 6aafc4b

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

extensions/git/package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -754,13 +754,23 @@
754754
"when": "scmProvider == git"
755755
},
756756
{
757-
"command": "git.checkout",
758-
"group": "1_header",
757+
"command": "git.pull",
758+
"group": "1_header@1",
759+
"when": "scmProvider == git"
760+
},
761+
{
762+
"command": "git.push",
763+
"group": "1_header@2",
759764
"when": "scmProvider == git"
760765
},
761766
{
762767
"command": "git.clone",
763-
"group": "1_header",
768+
"group": "1_header@3",
769+
"when": "scmProvider == git"
770+
},
771+
{
772+
"command": "git.checkout",
773+
"group": "1_header@4",
764774
"when": "scmProvider == git"
765775
},
766776
{

0 commit comments

Comments
 (0)