Skip to content

Instantly share code, notes, and snippets.

@mdwheele
Created September 21, 2015 14:48
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 mdwheele/1adaa7e327505eba02bc to your computer and use it in GitHub Desktop.
Save mdwheele/1adaa7e327505eba02bc to your computer and use it in GitHub Desktop.
A template for a reasonable git commit.
Replace this line with imperative summary
An awesome description describing WHY over HOW/WHAT
# [Ticket #12]
#-----------------------------------------------@----------------------#
#
# 1. Summary should be under 50 characters. @-symbol above is a marker
# for that.
#
# 2. Description of commit should explain WHY a change was made and
# lines should be wrapped to 72 characters; marked by the #-symbol.
#
# 3. Optionally, reference a ticket number. If needed, uncomment and
# go to town.
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment