Skip to content

Git Branching

Ahmet Oğuz Mermerkaya edited this page Jan 24, 2024 · 7 revisions

Good news! Our documentation has moved to antmedia.io/docs.

Git Branching

We try to have simple and easily maintainable branching structure

Here are the design considerations

  • Keep the Master branch up to date. So that all branches are merged into the master.
  • Create Release Branch to isolate it from some futures features/fixes in the release plan.
  • No need to have development branch. It just creates overhead for us at this stage

User Guide

Reference

Troubleshooting

Draft

Proposals

Clone this wiki locally