Skip to content

Instantly share code, notes, and snippets.

@atriple
Last active September 22, 2020 17:04
Show Gist options
  • Select an option

  • Save atriple/3589eb3cace5fead8fc2e93f5401c7ec to your computer and use it in GitHub Desktop.

Select an option

Save atriple/3589eb3cace5fead8fc2e93f5401c7ec to your computer and use it in GitHub Desktop.
My personal style for committing in Git

Commit Message Guides

Main reference : https://chris.beams.io/posts/git-commit/

Other reference :

Personal Extras

  • Use backtick (ex: `createViewHolder`) to identify a methods, functions, variables, modules and such.
  • Use tag (ex: <Dashboard>) to identify a web component
  • Use label: commit-summary to label your commit (ex: fix: ... ; feat: ... ; docs: ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment