Skip to content

Instantly share code, notes, and snippets.

@BLTuckerDev
Last active March 4, 2018 20:31
Show Gist options
  • Save BLTuckerDev/3ba1725221639ac6d059 to your computer and use it in GitHub Desktop.
Save BLTuckerDev/3ba1725221639ac6d059 to your computer and use it in GitHub Desktop.
#These rules are taken from this post:
#http://chris.beams.io/posts/git-commit/
#
#Subject line less than 50 characters
#Separate subject line from the body of the commit with a blank line.
#Capitalize the subject line and do not use punctuation
#Subject line should be in the imperative style
#If applied, this commit will <your commit subject line goes here>
#Examples:
# If applied, this commit will refactor subsystem X for readability
# If applied, this commit will update feature X documentation
# If applied, this commit will remove unused methods
# If applied, this commit will merge pull request X from so-and-so
#Subject line should finish this statement: "If applied, this commit will X"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment