Skip to main content

Access a Multidev Branch Environment

Learn how to access a Multidev branch environment.


This section provides steps on how to access a Multidev branch environment.

  1. Go to the Site Dashboard, then click Multidev.

  2. Select the name of the environment.

    Git instructions are shown under the Connection Mode section of the code page for all Dev and Multidev environments.

  3. Use git checkout branch-name on the command line after you have cloned your site's codebase to your local machine. You can check out the necessary branch using your preferred Git client, for example, SourceTree, GitKraken, GitHub Desktop, etc.

Any changes you make to a branch you have checked out locally are committed and pushed to the Multidev of the same name.

More Resources