git常用命令

查看git配置信息

git config --list  

忽略代码检测直接提交

git commit -m "feat: 枚举增加反举,增加状态组件" --no-verify

Last Updated:
Contributors: 刘荣杰