Skip to content

Branch selector

Work on a different version of your project without touching the main text.

A Branch is a parallel copy of the project text, kept separate from main. Use one when you want to change a lot without risk. For example:

  • A DLC or unannounced feature that is not ready for the main project.
  • A risky sweep, like renaming a whole Folder structure.
  • An alternate take you want a Manager to review first.

Edits you make on a Branch stay on that Branch. The main project is unaffected until the Branch is merged back.

The branch picker sits at the top of the main window. It shows which Branch you are on.

  1. Click the branch picker.
  2. Pick a Branch from the list.

The app reloads to show that Branch’s text. The marker next to the picker changes colour so you always know you are off main.

When the Branch is ready, merging it back into main goes through Review. A Manager opens the Branch in Review, compares every change side by side, and resolves any conflicts before the merge.

See Review and diff for the review tools, and Change history to track what changed.