Skip to content

Instantly share code, notes, and snippets.

View danhamill's full-sized avatar
🚀

Daniel Hamill danhamill

🚀
  • USACE Sacramento District
  • Sacramento, CA
View GitHub Profile

Development/Build/Deploy

Development

There are 3 types of branches we care about:

  1. Master - Always working. Only administrators can push to it.
  2. dev - Integration branch. Most of the testing happens here.
  3. dev_FEATURENAME - feature branches. In general these should be local only. Exceptions can be made for backup purposes but the parent repos should never contain a reference to a feature branch.