Skip to content

Commit fcdc2a6

Browse files
Tweak file/folder overrides doc
Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
1 parent d4b1cf8 commit fcdc2a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/file-or-folder-based-overrides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ git repository cloned via `git clone`
143143
git add --all .
144144
```
145145
146-
* Execute:
146+
* Check all files in `git` against `pre-commit` hooks
147147
148148
``` bash
149149
pre-commit run --all-files
150150
```
151151

152-
OR commit the changes
152+
* OR commit the changes
153153

154154
``` bash
155155
git commit

0 commit comments

Comments
 (0)