Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs don't mention supported hooks (i.e. all Git Hooks) #956

Closed
DoctorDerek opened this issue Apr 26, 2021 · 3 comments · Fixed by #965
Closed

Docs don't mention supported hooks (i.e. all Git Hooks) #956

DoctorDerek opened this issue Apr 26, 2021 · 3 comments · Fixed by #965
Labels

Comments

@DoctorDerek
Copy link
Contributor

It's not the least bit obvious to a new user the type of commit hooks that would be supported by husky, though it tends to be the first thing mentioned in any article about using husky.

Unfortunately, husky v6 is so different from husky v4 that all husky articles are out-of-date, so the docs should mention this simple fact:

Reference: https://maksimivanov.com/posts/git-husky/

@wesvetter
Copy link

From the docs (emphasis mine):

You can use it to lint your commit messages, run tests, lint code, etc... when you commit or push. Husky supports all Git hooks.

@DoctorDerek
Copy link
Contributor Author

DoctorDerek commented May 10, 2021 via email

DoctorDerek added a commit to DoctorDerek/husky that referenced this issue May 11, 2021
Closes typicode#956 
`Husky supports [all] Git hooks(https://git-scm.com/docs/githooks).` ➡ `Husky supports [all Git hooks](https://git-scm.com/docs/githooks).`
Thanks for the help, obviously a noob over here 😉
@stale
Copy link

stale bot commented Jul 9, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants