Skip to content

Instantly share code, notes, and snippets.

@deepak
Created September 15, 2017 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepak/b7ac9dc20ac7526186e48df79cab0edf to your computer and use it in GitHub Desktop.
Save deepak/b7ac9dc20ac7526186e48df79cab0edf to your computer and use it in GitHub Desktop.
standard commit message with gitmoji
### standard commit message
Am using commitzen for the git commit message
It is a one liner eg: `<type>(<scope>): <subject> :gitemoji:`
`type` can be chore, feat or docs
`scope` can be `html`, `css`, `js` or `lint`
and `scope` is optional
`gitemoji` maybe
- :green_heart: for lint
- :sparkles: for feature
- :construction: for work in progress (WIP)
- :memo: for docs
there is no upper limit for the git message, but not too long
picked up from [karma](http://karma-runner.github.io/1.0/dev/git-commit-msg.html)
see [gitmoji](https://gitmoji.carloscuesta.me/) for emoji examples. we use gitmoji as github shows a fun git message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment