Skip to content

DaikiMaekawa/git-commit-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-commit-checker

This is a pre commit script that check commits.

You can find more information about how to use this here. (in Japanese)

Installation

$ sudo ./install.sh

Usage

$ git commit -m "msg"

Author = USER_NAME <USER_EMAIL>
Do you want to me to keep it this way? [y/n] n
Username:NEW_USER_NAME
Email:NEW_USER_EMAIL
Please commit that again...
$ git commit -m "something"

Author = NEW_USER_EMAIL <NEW_USER_EMAIL>

Note that this function applies to newly created repositories after installing the scripts.

License

Copyright (c) 2013, Daiki Maekawa. (MIT License)

See LICENSE for more info.

About

A git pre-commit hook to check commits

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published