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
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
The text was updated successfully, but these errors were encountered:
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 forno-verify
so that it could be re-used by the other commit commands like amend.Cheers!
Dave
The text was updated successfully, but these errors were encountered: