On my git, I have a file called b.txt
On my local machine, I do not have this file.
I tried "git pull" to retrieve the file from git and place it into the directory of my local machine, but it says: Already up-to-date.
How do I retrieve the file without physically downloading it and placing it into my folder?
Thanks.