Git refusing to merge unrelated histories on rebase
During git rebase origin/development, Git had displayed this ERROR message:-
fatal: refusing to merge unrelated histories
Error redoing merge 1234deadbeef1234deadbeef
I am using the Git version 2.9.0 which has always worked out great in the previous version. My question is how could I continue this rebase which allows unrelated histories with the forced flag which was introduced in the new release?