0

If I wanted to edit a file from a historic commit in git... how do I access the way the file was from a particular commit?

pnuts
  • 58,317
  • 11
  • 87
  • 139
Jack
  • 195
  • 2
  • 8

1 Answers1

1

git checkout commit_hash -- full/path/of/file

Mircea
  • 10,216
  • 2
  • 30
  • 46