Skip to main content

Design Branch

đź“Ś If you have any questions shoot us an email or join us on Discord! đź’ś


Overview​

Create branches of your project to manage changes to your system efficiently, transparently, and collaboratively.

New branch.png

Your current branch is indicated at the center of the top navigation bar. Multiplayer automatically creates a “main” branch for each new project.

If you’re looking to make simple changes to your Platform’s system architecture, which everyone in your team can see immediately, you can do that directly in the “main” branch.

You should create a new branch when you want your team to:

  • Review and provide input on your plans before you implement them
  • Enable parallel development or experimentation of a new feature
  • Evolve or refactor portions of your system architecture
  • Fix a bug that will affect multiple components in your system architecture

Create a Design Branch​

Switch Design Branches​

  • Open your project
  • Click on “main” in the top navigation bar. If you’re currently viewing a design branch, this is where you will see the name of the new branch
  • Clicking on the design branch name will open a right-side panel with more information. Here you can also switch design branches

Merge a Design Branch​

(1) You don’t need team input

  • Click the drop down arrow next to “Request a Review”
  • Select “Merge”
  • Review your changes and click “Merge”

(2) You need team input

Rename a Design Branch​

  • Click on “main” in the top navigation bar. If you’re currently viewing a design branch, this is where you will see the name of the new branch
  • In the design branch right-side panel select your branch
  • Click on the “…” ellipsis button
  • Select “Update Design Branch”
  • Type a new design branch name

Delete a Design Branch​

  • Click on “main” in the top navigation bar. If you’re currently viewing a design branch, this is where you will see the name of the new branch
  • In the design branch right-side panel select your branch
  • Click on the “…” ellipsis button
  • Select “Delete Design Branch”
  • Confirm your action in the prompt - please note that you can’t undo or recover deleted branches.

Next Steps​


You did it! What’s next?