Skip to content

Instantly share code, notes, and snippets.

View mulholo's full-sized avatar
🙂

James Mulholland mulholo

🙂
View GitHub Profile
@mulholo
mulholo / git-commit-branch-prefixes
Last active November 8, 2018 12:02 — forked from indexzero/git-commit-prefixes
Short list of Git commit and branch prefixes
## Prefixes
[del]: Delete code
[dist]: Changes to submodules, version bumps, updates to package.json
[doc]: Updates to documentation
[feat]: New feature
[fix]: Bug fixes
[infra]: Infrastructure changes
[merge]: Resolved git merge from upstream or otherwise
[nit]: Small changes: syntax, typos
[refact]: Refactor