Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 313 Bytes

File metadata and controls

9 lines (6 loc) · 313 Bytes

Git Guidelines for the Cool Kids

Basic Intro to Git - https://guides.github.com/introduction/flow/

-> Work in Progress - Feel free to add stuff here! <-

  1. Work off of 'dev' branch
  2. Pull down the latest changes and merge with your branch before submitting a PR
  3. Have at least one person review your code