1

I am trying to open a branch in a Git repository and my IDE (Netbeans) isn't recognizing it. Please help!!

NatServ
  • 33
  • 4

1 Answers1

0

You can go back to the command line and check your branches:

cd /path/to/your/repo
git branch -avvv

Then check what branches you see on NetBeans with Netbeans. -> Get -> Branch -> Switch To Branch.
(as detailed here, be careful)

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250