jhillyerd / plugin-git

Git aliases plugin for the Fish shell (similar to oh-my-zsh git)
MIT License
607 stars 85 forks source link

`gwip` or committing a work-in-progress branch should pass the `--no-verify` flag #76

Closed kwigley closed 2 years ago

kwigley commented 2 years ago

When committing work-in-progress, I think it makes sense to pass the --no-verify flag to skip any pre-commit and commit-msg hooks. There is no other way to skip these hooks with the gwip alias.

jhillyerd commented 2 years ago

No docs update needed for this one, closing