Skip to content

Instantly share code, notes, and snippets.

@robjens
Created May 26, 2017 08:08
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 robjens/021ec4958a7c5fea160b97d6b03fe1f7 to your computer and use it in GitHub Desktop.
Save robjens/021ec4958a7c5fea160b97d6b03fe1f7 to your computer and use it in GitHub Desktop.
Git commit verbs etc.

Git conventions

The seven rules of a great Git commit message

  1. Separate subject from body with a blank line.

  2. Limit the subject line to 50 characters.

  3. Capitalize the subject line.

  4. Do not end the subject line with a period.

  5. Use the imperative mood in the subject line.

  6. Wrap the body at 72 characters.

  7. Use the body to explain what and why vs. how.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment