Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Marak
Forked from indexzero/git-commit-prefixes
Created May 18, 2011 06:12
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save Marak/978064 to your computer and use it in GitHub Desktop.
Save Marak/978064 to your computer and use it in GitHub Desktop.
Short list of Git commit prefixes used at Nodejitsu
[api]: New apis / changes to apis
[test]: Update test/* files
[dist]: Changes to submodules, version bumps, updates to package.json
[minor]: Small changes
[doc]: Updates to documentation
[ux]: Updates to UX
[fix]: Bug fixes
[bin]: Update binary scripts associated with the project
[merge]: Resolved git merge from upstream or otherwise
[refactor]: Refactor of existing code with no external API changes
[{{ feature }}]: Updates {{ feature }}
@thatkookooguy
Copy link

didn't you mean [{{ prefix }}]: Updates {{ feature }} ?

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