Forum Discussion

czyzyk29's avatar
czyzyk29
Contributor
9 years ago
Solved

git integration

Hi,   I want to change SVN for Git. Take information from https://github.com/SmartBear/ready-git-plugin/wiki Unfortunately have probelem with pull changes with other user.   I have user1 and us...
  • Shadid's avatar
    9 years ago

    For merging conflicting changes you need to go to your local repo directory and do it manually with git commands.

     

    We didn't add the merge support intentionally since project files are not very human readable and it will be hard to resolve such conflicts anyway.

     

    Regards,

    Shadid