[Git] --no-verify

533 阅读1分钟

Somtimes, the project might set the commit message guide line, if your commit doesn't meet the requirement, ghook will reject it.

If you really not sure how to do that, you can use '--no-verify' to skip this check:

Like:

       git commit -am "nz-page" --no-verify