Answers for "--name-status flag for git command"

0

--name-status flag for git command

# To see only the names of the updated files for a commit

git diff <commit-SHA> --name-status
Posted by: Guest on July-01-2021

Browse Popular Code Answers by Language