Skip to content

Instantly share code, notes, and snippets.

@BLTuckerDev
Last active March 4, 2018 20:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
#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