Skip to content

hwwwi/git-commit-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Project background

This is my personal git commit template to keep tidy commit message.

Usage

Put the template file here:

 ~/.git-commit-template.txt

Configure git to use the template file by running:

 git config --global commit.template ~/.git-commit-template.txt

Add the template file to the ~/.gitconfig file:

 [commit]
   template = ~/.git-commit-template.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published