kovszilard / git-hooks

Git hooks that support my git workflow in various repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git-hooks

Cheat sheet

Cheat Sheet

Sources

How to Write a Git Commit Message

githooks.com

Rules to implement

Rules for better commit messages

  • Separate subject from body with a blank line
  • Limit the subject line to 50 characters
  • Capitalize the subject line
  • Do not end the subject line with a period
  • Use the imperative mood in the subject line ("If applied, this commit will ...")
  • Wrap the body at 72 characters
  • Use the body to explain what and why vs. how

Notes for 5.

A properly formed Git commit subject line should always be able to complete the following sentence:

About

Git hooks that support my git workflow in various repositories


Languages

Language:Scala 93.4%Language:Shell 6.6%