Horje
refusing to merge unrelated histories Code Example
refusing to merge unrelated histories
git pull origin master --allow-unrelated-histories
refusing to merge unrelated histories bitbucket
git pull --allow-unrelated-histories origin master
fatal: refusing to merge unrelated histories
fatal: refusing to merge unrelated histories
solution:
git pull --allow-unrelated-histories
allow unrelated histories
git pull --allow-unrelated-histories origin master
git push -u origin master
Source: github.com
refusing to merge unrelated histories
git pull origin branchname --allow-unrelated-histories
refusing to merge unrelated histories
git pull origin master --allow-unrelated-histories
#IF THAT DOESN'T WORK, REPLACE 'origin master' WITH THE REPO YOU WANT TO PULL FROM




Shell

Related
git name email Code Example git name email Code Example
stop apache server Code Example stop apache server Code Example
uninstall node js in ubunt Code Example uninstall node js in ubunt Code Example
how to check mongodb status in ubuntu Code Example how to check mongodb status in ubuntu Code Example
how to check laptop serial number in ubuntu Code Example how to check laptop serial number in ubuntu Code Example

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