How to search Git branch name

I need to search local/remote branch name.
I want to use NaturalOne GIT perspective.
Please, help

Hi,

only remote branches

git branch -r

remote and local branches

git branch -a

Best regards
Markus Wessjohann

Thank you.
I mean using NaturalOne Git perspective.

Right Click on the Project.

Team->Swtich to->Other …

  • Local - all local branches
  • Remote Tracking - all remote branches

If you click on a branch, then we swtich to this branch.

Best regards
Markus Wessjohann

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.