I have tried to synchronize my local machine with a remote Github repo and everything went ok, except some (not all) new folders have not been pulled and if I now try to pull again, I get the message saying that my local is already up to date.
I have used command
git pull origin master
When I go to my VS Code editor and point to the changes in that repo, it also shows that my local and remote are synchronized, which clearly is not the case (at least from my perspective, since I am missing some folders on my local that are present on remote).
I didn't find anything mentioning something like this. Anyone knows where the error may be, or at least where to look?