Skip to content

sismicfr/git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Hooks

Git Hooks are scripts that run automatically every time a particular event occurs in a Git repository.

Usefil Git Hooks scripts

  • pre-commit - This hook is called before obtaining the proposed commit message.
  • commit-msg - This hook is called after the message has been edited in order to ensure conformity to a company standard.

Installation

These Git Hooks scripts can be automatically installed by executing doInstall.sh bash script.

About

A collection of custom Git Hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages