Git - can't change to branches from origin

Wappler Version : 4.3.2
Operating System : W11
Server Model:
Database Type:
Hosting Type:

Expected behavior

I can select the branches I have on the remote repository

Actual behavior

Only ‘master’ is selectable.

How to reproduce

  1. I removed my project in wappler and in the project folder
  2. I made a new project based on the remote version (on github)
  3. I pulled / refreshed in git manager
  4. I click on the ‘master’ drop down menu, to change to another branch called ‘CMS’
  5. I can only click on ‘master’ - the other branches don’t show up

Right click on the branch tag that you want from the remote and click Checkout origin/CMS. The dropdown only shows the local branches.

1 Like