Skip to content

Instantly share code, notes, and snippets.

View codingwesley's full-sized avatar
🤔
Start learn coding!!!

卫斯理 codingwesley

🤔
Start learn coding!!!
  • Shanghai
View GitHub Profile
@takenoco82
takenoco82 / git_hooks_commit_msg.md
Last active June 17, 2019 14:41
gitのコミット時にメッセージフォーマットをチェックする

gitのコミット時にメッセージフォーマットをチェックする

./git/hooks/commit-msg を作成する

  • サンプルをコピーして作成
cp .git/hooks/commit-msg.sample .git/hooks/commit-msg
  • commit-msg の内容は以下のような感じ