Answers for "github unlretaed history"

8

fatal: refusing to merge unrelated histories

fatal: refusing to merge unrelated histories
solution:
git pull --allow-unrelated-histories
Posted by: Guest on April-23-2020
3

fatal: refusing to merge unrelated histories

git pull origin master --allow-unrelated-histories
then when asked for merging vim editor opens click insert (i) type msg and :wq to save and exit
Posted by: Guest on May-30-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language