Taking commit-msg for example. #!/bin/bash MSG="$1" if ! grep -qE "updated" "$MSG";then cat "$MSG" echo "Your commit message must contain the word ...
確定! 回上一頁