开发:简化还原指令

pull/792/MERGE
ChenX 5 years ago
parent a50b2cc1ea
commit d8de1eff70

@ -6,7 +6,7 @@
{
"label": "git硬还原",
"type": "shell",
"command": "git reset --hard origin/$(git branch --show-current)",
"command": "git reset --hard @{u}",
"problemMatcher": []
},
]

Loading…
Cancel
Save