Skip to content

Commit a78bfdd

Browse files
committed
A little more verbose reminder for developers.
1 parent 937a8ea commit a78bfdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# commit-hooks
22
A set of commit hooks that repositories can use to automate code checks
33

4+
It is recommended at all developers set up the hooks.
5+
46
## Setting up
57
1. Clone this repo
68
1. `git config --global core.hooksPath <this repo location>/main`
79

8-
## Recommended settings:
10+
## Recommended settings
911
### To ensure the line endings are correctly converted:
1012
1. On Windows: `git config --global core.autocrlf true`
1113
1. On other platforms (including WSL): `git config --global core.autocrlf input`

0 commit comments

Comments
 (0)