During git rebase origin/development the following error message is shown from Git:
git rebase origin/development
fatal: refusing to merge unrelated histories Error redoing m
WARNING THIS WILL POTENTIALLY OVERWRITE THE REMOTE REPOSITORY
This worked for me:
git push origin master --force