Our git workflow looks like the one shown. For releases, there is a master branch. Development takes place in the develop branches, respectively, in the characteristic branches. I connected my IntelliJ (version 13.4.1 ) to our ticket system (redmine). Therefore, when I open a task, IntelliJ automatically creates a function branch for me.
When I return to the default task, IntelliJ checks the master branch. However, in most cases, I want the develop branch to be checked, and I have to switch manually. How to configure IngelliJ (or git) to check develop brach every time I open a task by default?

source share