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
A new checkbox in the push dialog (labelled "Bypass pre-push hook", tooltip --no-verify), consistent with the existing options (Force push, Push all tags, ...). When checked, the generated command becomes:
Description
Please add a
--no-verifyoption to the Push Changes To Remote dialog, so users can skip pre-push hooks without falling back to the CLI.Motivation
--no-verify, seeNoVerifyOnCommit); the push dialog is the missing counterpart.git push --no-verifyfrom the command line.Proposed UX
A new checkbox in the push dialog (labelled "Bypass pre-push hook", tooltip
--no-verify), consistent with the existing options (Force push, Push all tags, ...). When checked, the generated command becomes:References