The problem is that after some commits into different branches, I've got a merging conflict.
I decided to resolve it via PyCharm, but VCS->Git->Resolve Conflicts is disabled.
After, I looked into Local changes and the file with conflicts is blue
instead of red
.
What is going on and how to resolve my conflicts with PyCharm?
Btw, There are a lot of <<< HEAD
parts in this file, as expected.
UPDATE:
Your branch is ahead of 'origin/test' by 50 commits.
(use "git push" to publish your local commits)
Changes not stated for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: directory/subdirectory/filename
no changes added to commit (use "git add" and/or "git commit -a")