I have two repositories: Market and Android. When I combine Android for the market, follow these steps:
cd market git remote add android ../android git fetch android git merge
But I get this error:
ei @localhost: ~ / market $ git merge --allow-unrelated-history android / master error: unknown option `allow-unrelated-historyories
My surroundings: Ubuntu LTS 14.04
ei@localhost :~/market$ git --version git version 1.9.1
Is this option removed from git merge, or do I need additional configuration?
Any help would be appreciated, thanks!
source share