Select a branch
You must select the branch that you want to work on before opening your project in Unreal Editor. Changelists that you create using the plugin are pushed to the selected branch.
To select a branch, use the Desktop Client or the wvs
CLI tool:
To select a branch using the Desktop Client, perform the following steps:
-
Select the project that you want to work on:
- Click My projects.
- Select the project that you want to work on.
- Click Switch project.
- Click the branch dropdown menu next to your project name and select the branch that you want to work on.
To set the branch that you want to work on using the wvs
CLI tool, perform the following steps:
-
Navigate to your project folder. For example:
C:\wvsProjects\ue5-shootergame
-
Run the following command:
wvs branch set <BRANCH_NAME>
Replace
<BRANCH_NAME>
with the name of the branch that you want to set.Note: You can get a list of existing branches by running
wvs branch list
.