Skip to content

Instantly share code, notes, and snippets.

View carmenchapa's full-sized avatar

Carmen Chapa carmenchapa

View GitHub Profile
@carmenchapa
carmenchapa / TLB-git-flow.md
Last active October 5, 2021 09:57
TLB git flow

Branches

  • Automated CI will not triggered/performed on Feature branches.
  • Automated CI tests will be triggered for all Pull Requests.
  • Developers are not allowed to push commits direct to any main branches: origin/master, origin/develop, or origin/release.

Main branches

  • origin/master is the main branch where the source code of HEAD always reflects the current production-release.
  • origin/develop is the main development branch where the source code of HEAD always reflects the latest integrated development changes; ready for the next QA release. Some would call this the “integration branch”. > This is where any automatic nightly builds are built from.