Hook to prepend branch name to commit for better integration with third party systems.
Install hook on git repository
curl -sL https://gist.github.com/marceloalmeida/067889e16abb243f98ac35e8943247bb/raw/prepare-commit-msg -o .git/hooks/prepare-commit-msg && \
chmod u+x .git/hooks/prepare-commit-msg