Skip to content

Instantly share code, notes, and snippets.

@fizzyade
fizzyade / commit-msg
Last active October 12, 2019 12:21
A simple GIT commit-msg hook that conforms to the conventional commits style
#!/usr/bin/env python
# Copyright (C) 2019 Adrian Carpenter
#
# Simple GIT commit-msg hook that conforms to the conventional commits style.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#