echo'{ "path": "cz-customizable" }'> ~/.czrc 接着,在home目录下创建.cz-config.js文件,根据node_modules/cz-customizable/cz-config-EXAMPLE.js配置git cz时弹出的message和对应的输入或者选项。 如果想要进一步进行配置,直接修改node_modules/cz-customizable下的questions.js和buildCommit.js。 buildCommit.js...
配置 根目录创建 .cz-config.js module.exports = { types: [ { value: ':sparkles: feat', name: '✨ feat: 新功能' }, { value: ':bug: fix', name: '🐛 fix: 修复bug' }, { value: ':tada: init', name: '🎉 init: 初始化' }, { value: ':pencil2: docs', name: '✏...
Java内存区域及内存溢出 引用和评论