Add option to skip hooks during a forced push
When amending or rebasing, it is necessary to force push the commit to the remote. When doing so, hooks are executed when clicking on push, then I have to confirm that I want to force push or cancel. This reruns the hooks, which is unnecessary if no error happened during hooks (in the case that we run a linter before pushing).
It would be useful to be able to configure the repo locally to skip hooks (--no-verify), and we need to do a force push.