Skip to content

Instantly share code, notes, and snippets.

@erkobridee
Created April 4, 2022 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erkobridee/76c4baa2fbeb508cf38b9ac7cf410af6 to your computer and use it in GitHub Desktop.
Save erkobridee/76c4baa2fbeb508cf38b9ac7cf410af6 to your computer and use it in GitHub Desktop.
git commit message pattern that I follow

Git Commit Messages

about the commit messages used, it follows the pattern

{TICKED ID} {type}(optional scope): short description

optional body

optional footer

it was based on the Conventional Commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment