Why is the name of the branch I'm currently working not showing up in the terminal
Answered
I just downloaded software and it seems that I have configured the IDE correctly to my GitHub account but other than running the git branch command I am unable to tell which branch I'm on. Is this something that I need to configure?
Please sign in to leave a comment.
Hi,
you could find name of the current branch in the right bottom corner of the screen. Would it help you?
Attachment(s):
GitBranch.png
The branch name doesn't appear in my bottom-right-corner. Any idea why not?
Thanks!
Have you configured VCS in IDEA? If not you could follow tutorial here: https://www.jetbrains.com/help/idea/2016.3/setting-up-a-local-git-repository.html
Hi in order to see branch name in your terminal you need to edit the bash profile.
Please follow below steps for the same:
1. write the command : vim ~/.bash_profile in your terminal
2. In insert mode write(copy) the below script: