git config --global commit.template ~/.git-commit-template
AliMD Git Commit Template
# <tag>(<section>): <subject> | |
# Example: | |
# feat(login): Remember last username | |
# | |
# Tag can be | |
# feat new feature | |
# fix fix a bug | |
# refactor refactoring production code | |
# style no code meaning change (formatting, missing semi colons, etc) | |
# docs changes to documentation | |
# test adding or refactoring tests | |
# chore no production code change (updating grunt tasks etc) | |
# | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment