Skip to content

Instantly share code, notes, and snippets.

@haya14busa
Created March 1, 2017 15:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haya14busa/406890ece7d7ca4bceaa9fb10b9571b0 to your computer and use it in GitHub Desktop.
Save haya14busa/406890ece7d7ca4bceaa9fb10b9571b0 to your computer and use it in GitHub Desktop.
Commit emoji convention
## Commit emoji convention
#
# | emoji | description |
# |--------------------|-----------------------------------------|
# | :memo: | Add comment or doc |
# | :gift: | New feature. |
# | :bug: | Bug fix |
# | :bomb: | Breaking compatibility. |
# | :white_check_mark: | Write test. |
# | :fire: | Remove something. |
# | :beer: | I'm happy like reduced code complexity. |
@haya14busa
Copy link
Author

@haya14busa
Copy link
Author

.gitconfig

[commit]
	template = /path/to/.git_commit_msg.txt

@rhysd
Copy link

rhysd commented Mar 1, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment