Last active
March 7, 2019 10:45
-
-
Save pixelbrackets/b472accf9278bda99e13 to your computer and use it in GitHub Desktop.
Git Commit Message Template
This file contains hidden or 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
| ### add this to your gitconfig (~/.config/git/config) | |
| ### …or use this command: git config --global commit.template ~/.config/git/gitcommitmessage.txt | |
| [commit] | |
| template = ~/.config/git/gitcommitmessage.txt |
This file contains hidden or 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
| [FEATURE] | |
| [BUGFIX] | |
| Refs # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment