Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 676 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 676 Bytes

Git commit message template

Example

  id:765432 feat(login): add password enforcement rules

  Add checks for password enforcement:
    - must be longer than 5 chars
    - must have uppercase letter
    - must have lowercase letter
    - must have number

Installation

Installer

  bash <(curl -s0 https://raw.githubusercontent.com/ElateralLtd/git-commit-template/master/install.sh)

Manual

  git clone `https://github.com/ElateralLtd/git-commit-template.git` ~/.elateral/git-commit-template
  git config --global commit.template ~/.elateral/git-commit-template/.git-commit-template.txt
  git config --global commit.cleanup strip