0

I know how to get the latest version: git checkout remotes/branchame filename, but not a prior version.

  • Note that if you only want one *particular* file, it's `git checkout -- ` (vs `git checkout .` to get everything as in the duplicate). – torek Jan 30 '17 at 20:18
  • 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 -- . So, what should look like? remotes/branch abcd? (abcd is the version number). – user7491086 Feb 01 '17 at 15:56

0 Answers0