首页 > 其他 > 详细

commitzennpm

时间:2018-01-03 13:03:17      阅读:248      评论:0      收藏:0      [点我收藏+]

先add 再输入git cz命令

  1. 全局下载commitzennpm install -g commitizen
  2. Install your preferred commitizen adapter globally, for example cz-conventional-changelog

    npm install -g cz-conventional-changelog
  3. Create a .czrc file in your home directory, with path referring to the preferred, globally installed, commitizen adapter

    echo ‘{ "path": "cz-conventional-changelog" }‘ > ~/.czrc
  4. commitizen help 帮助

参考链接

commitzennpm

原文:https://www.cnblogs.com/dunke/p/8183154.html

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