We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e7df7 commit 92a12c6Copy full SHA for 92a12c6
1 file changed
CONTRIBUTING.md
@@ -16,7 +16,9 @@ Currently git hooks do the following:
16
3. Verify everything still works with dotnet build
17
```
18
19
-Setup git hooks with `git config core.hooksPath .githooks` (and `chmod +x .githooks/*` if you are on Linux or Mac)
+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"`.
22
23
## GDUnit Tests
24
> [!IMPORTANT]
0 commit comments