I’m trying to pull from a repository which has about 10 files. On my local repository, I only have one file. When I type
git pull origin master
I get back “Everything up to date”
However, I’m still missing those 9 or so files on the repository. Any ideas as to why this might happen?
Check whether you are on the right branch and have checked out the same revision you are comparing to:
git checkout HEAD