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
I had the same problem. Try this:
git pull origin master --allow-unrelated-histories git push origin master