You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,15 @@ You can find documentation on installing Rust [here](https://www.rust-lang.org/t
9
9
10
10
You will also need a local copy of [Ambi](https://github.com/jhodapp/ambi) running ( default port 4000 ).
11
11
12
+
## Set Up Git Hooks
13
+
14
+
The ambi_mock_client repository makes use of several Git hooks to ensure that code quality standards are met and consistent. To automatically configure these hooks for your local workspace, you can run the following:
15
+
```bash
16
+
./scripts/create-git-hooks
17
+
```
18
+
19
+
This will create symlinks to the Git hooks, preserving any hooks that you may have already configured.
0 commit comments