Skip to content

Git Style Guide

connorshea edited this page Dec 6, 2014 · 2 revisions

Adapted partially from the thoughtbot Git style guide.

Branching

  • Prefix feature branch names with your initials. (e.g. AS-BackendBranch, CS-FrontendBranch, etc.)

Clone this wiki locally