SWSV: Remote repository merge issue
For some teams merging the remote repository will give the following error message: "fatal: refusing to merge unrelated histories".
There was a problem with initializing those repositories.
To merge use the following command:
git merge ris-2019/master --allow-unrelated-histories
There will be merge conflicts in README.md and .travis.yml. Open these files in a text editor, resolve the merge conflict (delete the unneeded parts), then commit those files and the new files fetched from the remote repository. After that you will have a common commit in the commit history of the team's repostory and the remote repository, therefure future merges should execute without errors.