Branches do not show up in custom app

I have a custom app which I am currently trying to edit, it has many branches for proper version control

Screenshot 2025-01-03 at 2.43.37 PM

However when I am trying to check on my development environment, I only see one branch

image

How can I fetch all branches to the development environment?

did you tried git fetch --all

Yes I did and it did nothing…