Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 351 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 351 Bytes

git-hooks

Standard githooks to be used in projects by all developers in Qoden

Should be placed into .git/hooks subfolder of your codebase.

Those githooks add a prefix to each commit message containing the current branch name in angle brackets.

It is very useful when reviewing history of gitflow-styled repository with lots of merged branches.