Using IntelliJ Idea, is it possible to show what (git) branch one is currently in?
When can this be changed please?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Look at the lower right of the screen and you ought to be able to see the git branch name there. If you can’t, it means you have not told IDEA that the code folder is a git repo. Go to settings->version control and you’ll see a list of currently registered git roots and a list of those it has detected, but which are not currently registered. You can fix it there.