1

As the question imply, I need to show a file from history at a specific commit, how would I be able to do so using command line? My repo is a git remote repo, with several pushes ..

I don't need to see differences, I just to view the whole file at that specific commit ..

simo
  • 23,342
  • 38
  • 121
  • 218

1 Answers1

1
git show commitid:path/to/file
jthill
  • 55,082
  • 5
  • 77
  • 137