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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,11 @@ You can look up about git hooks on [git book](https://git-scm.com/book/en/v2/Cus
34
34
35
35
However, this package only allows you to set the `pre-commit` hook. If you need, for example `pre-push` hook or something else — this package wouln't be able to help you
36
36
37
-
Also, this package requires you to manually update the pre-commit hook. If you want update pre-commit hook often - this is probably not the best choice
37
+
Also, this package requires you to manually update the `pre-commit` hook. If you want update `pre-commit` hook often - this is probably not the best choice
38
38
39
39
If you need multiple hooks, flexible configuration or git hook automatic update feature — please check out other packages:
0 commit comments