[Git] --no-verify

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:

 

git commit -m "Not sure what to write commit message" --no-verify

 

posted @ 2016-02-14 01:43  Zhentiw  阅读(3309)  评论(0编辑  收藏  举报