What does the arrow in the Git Branches context menu mean?
Hi!
I'm wondering what this Git branches context menu in PhpStorm is about. I can see that I can switch to branches, but I don't understand the meaning of the arrow.

- Can I switch to a default branch?
- Is there a possibility to commit only to one branch and not to have the changes from other branches in the Git commit window?
Thanks!
Please sign in to leave a comment.
Hello,
The tick means that you disabled the synchronous repositories management and the file that is currently opened belongs to a marked repository which is treated as root repo: <https://www.jetbrains.com/help/phpstorm/2016.1/git-branches-in-multirooted-projects.html#async>.
Thanks, that clarifies my issue.