Git pull from another repository

后端 未结 2 1439
陌清茗
陌清茗 2020-12-22 15:58

I have a repository called Generic, which is a generic application. I have forked it into a repository called Acme, which just builds upon the appl

2条回答
  •  天涯浪人
    2020-12-22 16:38

    In order to pull a particular branch from different repo you can use the below git command.

    git pull   --allow-unrelated-histories
    

提交回复
热议问题