While using the git rebase origin/development I constantly keep getting an error message which is shown from Git:
fatal: refusing to merge unrelated histories
Error redoing merge 1234deadbeef1234deadbeef
I have been using the version 2.9.0 for my GIT and it used to work fine in the previous version, so how could I continue this rebase by permitting an unrelated set of histories with the forced flag which has been introduced in the new release?