gitui
gitui copied to clipboard
No verify option on commits
I am coming over from magit, I am really enjoying the application. Thank you for this work!
I have a lot of pre-commit routines setup but sometimes I just need to commit in cases where I know they are going to fail, such as in the middle of a large refactor.
In my fork I have added Commit no-verify option in the commit workflow, which at least enables me to do this in a basic sense. I will make a PR and see what you think. However, I think it would be better to add a flag / option for no-verify so that it could be re-used by the other commit commands like amend.
Cheers! Dave