Answers for "how to see what files have changed in my commit before push"

1

files changed in a commit

git diff --name-only HEAD HEAD~1
Posted by: Guest on June-02-2020

Code answers related to "how to see what files have changed in my commit before push"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language