首页 > 其他 > 详细

[Git] --no-verify

时间:2016-02-14 06:48:17      阅读:188      评论:0      收藏:0      [点我收藏+]

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

 

[Git] --no-verify

原文:http://www.cnblogs.com/Answer1215/p/5188523.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!