There are two git repos in two machines.
Though from the same origin previously, they are different actually because my friend and I operate on them differently afterwards.
Now here is the problem.
I tried to pull from the other repo and I use:
git pull origin master
origin
is my friend repo, which is located on the same local network. master
is his main branch.
But git says my repo is already up-to-date.
They are different with different log info , different commit info and of course files.
So what maybe the cause? And how can I deal with it?