8000 GitHub - halo/githooks: Sanity checks for git commits
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

halo/githooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Hooks

https://github.com/git/git/blob/master/Documentation/githooks.txt

Requirements

  • git 2.9 or newer.

Installation

# Get the repository
git clone https://github.com/halo/githooks.git $HOME/.githooks

# Start using them by adding the configuration to your ~/.gitconfig
# This can be commited to your dotfiles, because it is ignored if the directory does not exist.
git config --global core.hooksPath $HOME/.githooks

About

Sanity checks for git commits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0