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:

  1. Select the project that you want to work on:
    1. Click My projects.
    2. Select the project that you want to work on.
    3. Click Switch project.
  2. 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:

  1. Navigate to your project folder. For example:

    C:\wvsProjects\ue5-shootergame
    
  2. Run the following command to check the status of your project in case you have changes you would like to push or revert:

    wvs project status
    
  3. Run the following command to find out which branch you are on:

    wvs branch get
    
  4. Run the following command to view the list of available branches in your project:

    wvs branch list
    
  5. Run the following command to switch:

    wvs branch set <BRANCH_NAME>
    

    Replace <BRANCH_NAME> with the name of the branch that you want to set.



Report a problem with this page.