Skip to content

Instantly share code, notes, and snippets.

@AkiyukiOkayasu
Last active June 21, 2018 05:54
Show Gist options
  • Save AkiyukiOkayasu/c8d5d4a9031d78f7873e4872fb481af4 to your computer and use it in GitHub Desktop.
Save AkiyukiOkayasu/c8d5d4a9031d78f7873e4872fb481af4 to your computer and use it in GitHub Desktop.
Gitコミットログの書き方

Gitコミットログの書き方

[種別] 変更点の概要
詳細な説明

  • 種別
    • Add: 機能追加
    • Update: 機能変更(バグ修正ではない)
    • Fix: バグ修正
    • Remove: 削除
    • Disable: コメントアウト(短期間で当該コードの復活が見込まれる時のみ使用する)
    • Clean: リファクタリング
    • Docs: READMEなどの更新
  • 変更点の概要
    • 一行で簡潔に書く。句点は使用しない。
  • 詳細な説明
    • 変更の意図など。説明が長くなりすぎるときは複数のコミットに分割できないか考えること。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment