Skip to content

Branches

Minnie A. Trethewey edited this page Jan 2, 2026 · 2 revisions
  • gh-pages
    • Live version. Always in a working state. Auto-merged into from publish.
  • publish
    • Publish version. Always in a working state. Merged into from staging via Pull Request. Auto-merges into gh-pages.
  • staging
    • Staged version. Always in a working state. Merged into from testing via Pull Request.
  • testing
    • Staged version. May not always be in 100%-working state but mostly.
  1. Merge testing into staging when in a working state.
  2. Merge staging into publish when to be pushed to Live.
  3. publish auto-merges into gh-pages.

Clone this wiki locally