D
D
DeniSidorenko2017-10-02 17:42:23
git
DeniSidorenko, 2017-10-02 17:42:23

Is git push --no-verify dangerous?

Hi, I'm working on a project together and committing in my branch. For some unknown reason, he does not want to git push origin breanch. Constantly errors
And when I write git push origin breanch --no-verify there are no problems. I'm wondering if it's dangerous to use --no-verify or what is it required for?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Astrohas, 2017-10-02
@DeniSidorenko

If I'm not mistaken, no-verify bypasses all sorts of handlers and hooks.
Try asking your superior what hooks are in the repository. This is most likely something important, so I would not advise you to use --no-verify

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question