Skip to content

Git Style Guide

Anthony Super edited this page Jan 13, 2015 · 2 revisions

Adapted partially from the thoughtbot Git style guide.

Branching

  • Branch off of development for features. Merge back into development when the feature is done.

Commit Messages

  • Use the imperative form of verbs (so instead of "fixed the bug", "fix the bug").

Clone this wiki locally