Skip to content

Commit 92a12c6

Browse files
Update CONTRIBUTING.md
1 parent 08e7df7 commit 92a12c6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Currently git hooks do the following:
1616
3. Verify everything still works with dotnet build
1717
```
1818

19-
Setup git hooks with `git config core.hooksPath .githooks` (and `chmod +x .githooks/*` if you are on Linux or Mac)
19+
Setup git hooks with `git config core.hooksPath .githooks` (or `chmod +x .githooks/*` if you are on Linux or Mac)
20+
21+
Use `--no-verify` to bypass hooks. For example `git commit --no-verify -a -m "Message"`.
2022

2123
## GDUnit Tests
2224
> [!IMPORTANT]

0 commit comments

Comments
 (0)