Git integration: create new branch
Hi.
I'm using IDEA 9.0.1 and git. I need to create a new branch and checkout it from IDEA but I can't find this functionality.
I've googled a bit and found this issue: http://youtrack.jetbrains.net/issue/IDEA-46197. There is the information that this issue has been closed in build 8965, but I'm using 9.0.1 (build 9394).
What did I do wrong?
Please sign in to leave a comment.
On 2010-02-24 05:34:41 +0100, Vasily <no_reply@jetbrains.com> said
Hi,
use Git -> Checkout branch. There you have a text field "as new branch"
where you can enter the name of the new branch. The branch will origin
from the branch that is currently checked out.