frostming / legit

Git for Humans, Inspired by GitHub for Mac™.
https://frostming.github.io/legit
BSD 3-Clause "New" or "Revised" License
5.7k stars 218 forks source link

Add --no-verify options #240

Closed evgeniedasaev closed 5 years ago

evgeniedasaev commented 6 years ago

In my project some precommit and prepush hooks are using and sometimes I need to turn them off by --no-verify options.

How can I do legit sync with such options and what about another options that can be passed to git commands?

weakish commented 6 years ago

legit sync does not support passing (unrecognized) options to git commands.

Maybe you can use git directly when you want to commit/push without activating hooks.