0

I want to see the file changes for specified commit

I got commit hash using git reflog

phd
  • 82,685
  • 13
  • 120
  • 165
  • 1
    That's `git show `. To list only file names : `git show --name-only ` or `git show --name-status `. – LeGEC Nov 08 '22 at 08:27

0 Answers0