git config --global commit.template ~/.git-commit-template
Created
April 14, 2020 05:49
-
-
Save alimd/bc5778de70db33a86a21d06920adb3e8 to your computer and use it in GitHub Desktop.
AliMD Git Commit Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# <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