Resolve conflicts with Perforce integration
Install the Perforce plugin
This functionality relies on the Perforce plugin, which you need to install and enable.
Press Ctrl+Alt+S to open settings and then select .
Open the Marketplace tab, find the Perforce plugin, and click Install (restart the IDE if prompted).
The conflicts might occur in course of team work. Perforce integration makes use of the following commands:
enables you to resolve a conflict to a specific file.
applies to all files in a changelist that have merge status.
To resolve conflicts for the files under Perforce version control
In the Commit window, select a conflicting file, or a whole conflict node.
From the context menu of the selection, choose or . The Conflicts dialog appears.
If you want to accept the server version and overwrite your local changes, click Accept Theirs. If you want to force your changes to the repository, click Accept Yours. Clicking Merge opens the merge tool, where you can accept or discard each change individually.
Once the conflicts are successfully resolved, commit your local version to the repository.