Using IntlliJ 15.0.6 and Git Integration plugin.
When I use the GUI button at the bottom right of the screen (click on Git: develop
) to display Git Branches
popoup and choose + New Branch
Enter branch name: feature/abc
Yet branch is created with capital F: Feature/abc
Is this a bug (and if so where... intellij, plugin, or git) ?
Can I fix it (other than using command line every time I create a branch)?