Skip to content

Dumka-code/.git_hooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

How to add in a repository

git submodule add git@github.com:Kozea/.git_hooks.git
./.git_hooks/install
git commit -am "Add hooks"
git push

When cloning a repo with hooks

git submodule update --init
./.git_hooks/install

To update the hooks

git submodule update

About

A set of git hooks to use in our projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 93.0%
  • Shell 7.0%