Show changed files in a commit: git show --name-only [SHA]
Show diff files between two commits: git diff --name-only SHA1 SHA2
Show diff files with operations: git diff --name-status SHA1 SHA2
Show modified files with operations: git log --name-status [SHA]
No comments:
Post a Comment