1.

How would you display the list of files changed in a particular commit SHA ?

Answer»

How WOULD you display the list of FILES changed in a PARTICULAR commit SHA ?
Choose the correct option from below list
(1)GIT log SHA1
(2)git diff
(3)git status SHA1
(4)git show --name-only SHA1

Answer:-(4)git show --name-only SHA1



Discussion

No Comment Found