Skip to content

rideways/githooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Git Hooks

This is designed to be a simple repo to provide convenience git hooks.

How to run

  1. From the root of your repository run git submodule add https://github.com/rideways/githooks
  2. Then run sh githooks/init.sh (Also from the root of the repo).

e.g. a repository with githooks as a submodule:

cd example_repo
sh githooks/init.sh

Current Hooks

prepare-commit-msg

Appends the text before the first _to the start of all commits eg. All the commits on the branch ABC-123_do-something-fun would begin with [ABC-123]. The only exceptions to this are master, develop and test.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages