In my remote repo, I have multiple versions of a file that were all added and committed to the repository.
git log confirms that I have 4 versions. What i don't know how to do is to get a specific version from the remote repo down to my local directory.
Both my local directory and remote repo, for now, reside on my computer. This is because it is a new installation and we are trying to figure out how GIT works.