seam 8 年之前
父节点
当前提交
d9f7bd5060
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -11,6 +11,7 @@
   },
   "scripts": {
     "commit": "git add . && git status && git commit -m 0",
+    "reset":"npm run commit && git reset --hard HEAD^",
     "push": "git add . && git status && git commit -m 0 && git pull && git push",
     "test": "echo \"Error: no test specified\" && exit 1"
   },