huixisheng / huixisheng.github.com

前端开发者说,记录前端的故事
http://huixisheng.github.io/
12 stars 3 forks source link

git commit emoji #27

Open huixisheng opened 5 years ago

huixisheng commented 5 years ago

优雅的提交你的 Git Commit Message https://juejin.im/post/5afc5242f265da0b7f44bee4 Git 提交信息样式指南 https://github.com/udacity/frontend-nanodegree-styleguide-zh/blob/master/%E5%89%8D%E7%AB%AF%E5%B7%A5%E7%A8%8B%E5%B8%88%E7%BA%B3%E7%B1%B3%E5%AD%A6%E4%BD%8D%E6%A0%B7%E5%BC%8F%E6%8C%87%E5%8D%97%20-%20Git.md Commit message 和 Change log 编写指南 http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html Commit Message & Change Log https://www.jianshu.com/p/00c9ec4e552e Commit Message Conventions https://gist.github.com/stephenparish/9941e89d80e2bc58a153 angular git-commit-guidelines https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines

emoji

emoji https://emoji.muan.co/ git commit emoji 使用指南 https://github.com/liuchengxu/git-commit-emoji-cn An emoji guide for your commit messages https://gitmoji.carloscuesta.me/

工具

conventional-changelog https://github.com/conventional-changelog/conventional-changelog GitHub秘籍 https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.zh-cn.md Show Emoji in Git Log! https://ahmadawais.com/show-emoji-git-log/ Emoji-Log https://github.com/ahmadawais/Emoji-Log

huixisheng commented 5 years ago

git log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(red)%h%C(r) —— %C(bold blue)%an%C(r): %C(white)%s%C(r) %C(dim white) %C(bold green)(%ar)%C(r) %C(bold yellow)%d%C(r)' --all

huixisheng commented 5 years ago

git hooks · Issue #44 · huixisheng/huixisheng.github.com