Answers for "git added and modified files"

0

git added and modified files

git whatchanged --diff-filter=AM

# [preferred] OR, very similar, but slightly cleaner/less verbose file information
git log --name-status --diff-filter=AM
Posted by: Guest on October-18-2021

Code answers related to "git added and modified files"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language