Skip to content

ElateralLtd/git-commit-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Git commit message template to use for all projects

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages