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