It's worked for me.
Very thanks! i have solved my problem
Probably because you did a `git init` on something like "the same" set of files locally, then tried to merge with the files on the repository. The better way is to clone from the repository, then work from that.
I had just created a README.md while initiating a new Repositoy. after adding remote origin the issue rised on git pull. but this is really helful to solve my problem.
Help for me. thanks!
Thank, you for you help.
git pull --allow-unrelated-histories
worked
This is great, thank you very much!
This command is a dangerous one. "git pull --allow-unrelated-histories" it has messed up my whole codebase i dont know what happened and am not in a position to recover from it
Thanks, It works for me.