Skip to content

Instantly share code, notes, and snippets.

@brianlamb
Created October 4, 2021 19:56
Show Gist options
  • Save brianlamb/ad00d48b99ff91813756fcb6f0727c2e to your computer and use it in GitHub Desktop.
Save brianlamb/ad00d48b99ff91813756fcb6f0727c2e to your computer and use it in GitHub Desktop.
Git recommendations / style guide

Git Commit message (<50char)

A good rule of thumb is that a git commit message can be appended to the statement "If applied, this commit will …."

Git subject

chore docs style feat fix refactor test

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