博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[Git] --no-verify
阅读量:7109 次
发布时间:2019-06-28

本文共 280 字,大约阅读时间需要 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:

 

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

 

转载地址:http://dtlhl.baihongyu.com/

你可能感兴趣的文章
当远程桌面到Windows终端服务器,出现终端服务器超出了最大允许连接数,怎么办...
查看>>
S3C2410 实验三——块拷贝、字拷贝(寄存器的理解)
查看>>
关于2014
查看>>
iOS web remote debug 正确的姿势
查看>>
MapGuide open source开发心得一:简介
查看>>
[转]ASP.NET 2.0 本地化功能:本地化 Web 应用程序的新方法
查看>>
ORACLE函数大全(CSDN)
查看>>
json概念
查看>>
MVC使用Gantt Chart实现甘特图,管理事情进度
查看>>
FIREDAC字段类型映射
查看>>
Visual studio 2019 preview & C# 8 initial experience
查看>>
Delphi XE中String、ANSIString、TBytes之间的转换
查看>>
《ASP.NET AJAX程序设计 I、II、III卷》的新封面效果
查看>>
八款开源 Android 游戏引擎 (巨好的资源)
查看>>
JQuery实现全选、取消全选、反向选择
查看>>
关于重写equals,hashcode以及compareTo方法!
查看>>
iPhone游戏编程实例:分享成功游戏开发人员的锦囊妙计
查看>>
POJ 3744 Scout YYF I(概率+矩阵)
查看>>
Fluent NHibernate and Mysql,SQLite,PostgreSQL
查看>>
外部排序
查看>>