Horje
git allow unrelated histories Code Example
git allow unrelated histories
git pull origin master --allow-unrelated-histories
fatal: refusing to merge unrelated histories
fatal: refusing to merge unrelated histories
solution:
git pull --allow-unrelated-histories
fatal: refusing to merge unrelated histories
git pull origin master --allow-unrelated-histories
git pull <remote> <branch> --allow-unrelated-histories
refusing to merge unrelated histories git
I think its get sorted after using below command
>git pull --allow-unrelated-histories
fatal: refusing to merge unrelated histories
git pull origin master --allow-unrelated-histories
git display unrelated histories
git pull origin branchname --allow-unrelated-histories




Shell

Related
uninstall libreoffice ubuntu Code Example uninstall libreoffice ubuntu Code Example
restart postgres ubuntu Code Example restart postgres ubuntu Code Example
remove all docker iamges commandl Code Example remove all docker iamges commandl Code Example
maven skip test Code Example maven skip test Code Example
conda install gensim Code Example conda install gensim Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
23