Hi, Yes, while merging conflicting changes are shown and their diff can be seen with the application of your choice After pushing files, if you receive the following message, it indicates a merge conflict in the files: “The tip of your current branch is behind its remote counterpart. Try pulling before pushing.” To merge conflicts if the changes are made in the same file: Prerequisites: Choose Edit > Preferences > Version Control. Provide the path of the .exe file of any External Diff/Merge Application. Choose Collaborate > Pull. The following message appears: “Your local changes conflicted with changes made on the remote branch. Resolve the conflicts and commit to continue.” Choose Collaborate > Commit. This marks the conflicted files with Action as “In merge conflict” to indicate that there is a difference.Then, to resolve conflicts, click . Ensure that the merge application is already added. To add merge application, follow the steps in the Prerequisites. Then, select the changes you want to commit and save the changes in the merge application. Close the merge application. Select the file in the already open Commit dialog box and provide the commit description. Click Commit.Then, click Push. Git repository changes and the local RoboHelp project is in sync now. Please give it a try and let us know if you face any issue. Thanks and Regards, Surbhi Maheshwari
... View more