Skip to content

karlvonbonin/git-hooks-templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Git hooks templates

This repo is meant to hold my collection of git hooks. Bellow, I'll write a small summary for each of the available hooks. You can find the hooks inside the respective folder.

Looking for the article I wrote about git hooks? You can find it here or here.

Prepare commit message

This hook retrieves your ticket ID from your branch name. Given, for instance, the following branch name feature/ABC-1234-Feature-testing every time you write a new commit message it will prepend ABC-1234 - to your commit message.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%