Skip to content

Instantly share code, notes, and snippets.

@AliMD
Created April 14, 2020 05:49
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 AliMD/bc5778de70db33a86a21d06920adb3e8 to your computer and use it in GitHub Desktop.
Save AliMD/bc5778de70db33a86a21d06920adb3e8 to your computer and use it in GitHub Desktop.
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)
#
#
git config --global commit.template ~/.git-commit-template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment