更新硬还原代码

pull/737/MERGE
ChenX 5 years ago
parent 8a698dc647
commit 0c58a2da7d

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

Loading…
Cancel
Save