1

I am using the below version of Pycharm from intellij family:

enter image description here

I have some branches in remote origin, but they do not show up in the local repository. Please find the below image.

I have done the Fetch from VCS -> Git -> Fetch but they are not still there. Any idea?

enter image description here

Jeff
  • 7,767
  • 28
  • 85
  • 138
  • Does this answer your question? [How do I check out a remote Git branch?](https://stackoverflow.com/questions/1783405/how-do-i-check-out-a-remote-git-branch) – elliptic_hyperboloid Jun 30 '20 at 17:13

2 Answers2

0

You have to create a local branch to track the remote branch. See this answer and this answer.

0

You need to click on a remote branch which you want to be local and click "Checkout"

Ruslan Kuleshov
  • 1,934
  • 1
  • 7
  • 11