fix(hooks): make pre-commit quality checks enforce staged state

This commit is contained in:
Affaan Mustafa
2026-03-29 00:07:18 -04:00
parent b44ba7096f
commit 81acf0c928
5 changed files with 172 additions and 59 deletions

View File

@@ -713,4 +713,4 @@ git add node_modules/
| Pull | `git pull origin branch-name` |
| Stash | `git stash push -m "message"` |
| Undo last commit | `git reset --soft HEAD~1` |
| Revert commit | `git revert HEAD` |
| Revert commit | `git revert HEAD` |