# commit-msg
# modification of commit message

################################################
# Prepends the branch name to the commit message

NAME=$(git branch | grep '*' | sed 's/* //')
echo "$NAME"': '$(cat "$1") > "$1"