I am using Git to cooperate with other users, but today I cannot get the latest change on some files using "git pull
", and I cannot see the changes in "git log
".
What could be the issue?
what worked for me is ,
.git
folder.git
from other repogit checkout
Before Removing , You can try
git fetch --all
git reset --hard origin/master
ALL THE BEST