Open1

git commitメッセージ

oosukeoosuke

gitのcommitメッセージって後から見返すときに理由があると相当助かると思ったので必ず理由をつけるようにしよう。

https://qiita.com/numanomanu/items/45dd285b286a1f7280ed

  • prefixをつける。feat | fix | refactor | test..
  • fixやrefactorの場合はなぜそうしたかを追記する
git commit -m "feat: 〇〇機能のModle、Daoの実装"
git commit -m "
fix: 〇〇機能の修正

〇〇の際にxxxxがあるとエラーとなるため削除
"