Git commit template file

Create a Git commit template file […] and link it through your .gitconfig […] to have a standard commit message format every time.

Git commit template file:

Code language: INI

[refs #0000] Subject line
 
Body (80 chars)

.gitconfig section:

Code language: INI

[commit]
	template = /Users/harryroberts/.git-commit-template