This is an old revision of the document!
Miscellaneous notes on git commit
.
This might be worth setting at the system level.
$ git config --global commit.template ~/.gitmessage.txt
Example ~/.gitmessage.txt
:
Subject line (try to keep under 60 characters) Multi-line description of commit, feel free to be detailed. [Ticket: X]