I know how to get the latest version: git checkout remotes/branchame filename, but not a prior version.
Asked
Active
Viewed 75 times
0
-
Note that if you only want one *particular* file, it's `git checkout
-- – torek Jan 30 '17 at 20:18` (vs `git checkout .` to get everything as in the duplicate). -
So, it's an *exact duplicate* of that question, but you have to explain how the answer is different in this case? Interesting theory. – Mark Adelsberger Jan 30 '17 at 20:35
-
git checkout
-- – user7491086 Feb 01 '17 at 15:56. So, what should look like? remotes/branch abcd? (abcd is the version number).