Answer the question
In order to leave comments, you need to log in
How to move to a new branch on github?
I use the jetBrains IDE (specifically RubyMine). In the lower right corner there is a git branches panel that displays all the branches of the project. As a newbie, I switch between branches from there. Such a question: several new branches were created in the project - not by me, in my panel in the IDE they are not displayed, only old branches are there. How can I display them there, or tell me another way how to go to the newly created branches.
Answer the question
In order to leave comments, you need to log in
I don’t use the built-in version control tools, so I can’t say for sure. Try to look at the contents of the item Branch --> origin/... Fetch can be done like this VCS --> Git --> Fetch
I can tell you how to do it through cli:
git fetch
git checkout new-branch-name
https://git-scm.com/downloads
https://git-scm.com/book/ru/v2
https://githowto.com/ru
https://www.jetbrains.com/help/ruby/manage branch...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question