Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
How to see changes related to specified commit hash
Asked
Nov 08 '22 at 07:14
Active
Nov 08 '22 at 09:01
Viewed
39 times
0
I want to see the file changes for specified commit
I got commit hash using git reflog
git
git-diff
git-log
git-show
edited Nov 08 '22 at 09:01
phd
82,685
13
120
165
asked Nov 08 '22 at 07:14
Abhijit Ekunde
9
1
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 Answers
0