chore: skip commit hooks

This commit is contained in:
Michele Cereda
2023-11-29 00:35:40 +01:00
parent fc99903a0b
commit 35e81cd444
2 changed files with 9 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ pre-commit autoupdate
# Skip check on commit.
SKIP="check_id" git commit -m "foo"
git commit --no-verify -m "foo"
```
[Config file example].