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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,13 @@ cargo install flip-link
135
135
cargo install probe-run
136
136
```
137
137
138
+
## Set Up Git Hooks
139
+
140
+
The esp32-wroom-rp 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:
141
+
142
+
./scripts/create-git-hooks
143
+
This will create symlinks to the Git hooks, preserving any hooks that you may have already configured.
Copy file name to clipboardExpand all lines: esp32-wroom-rp/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,13 @@ cargo install flip-link
135
135
cargo install probe-run
136
136
```
137
137
138
+
## Set Up Git Hooks
139
+
140
+
The esp32-wroom-rp 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:
141
+
142
+
./scripts/create-git-hooks
143
+
This will create symlinks to the Git hooks, preserving any hooks that you may have already configured.
0 commit comments