S
S
Stergy2018-08-27 14:54:54
git
Stergy, 2018-08-27 14:54:54

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

2 answer(s)
A
Anton Spirin, 2018-08-27
@Stergy

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

D
Dmitry Bystrov, 2018-08-27
@Teshuhack

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 question

Ask a Question

731 491 924 answers to any question