Answers for "check commits that changed a file git"

0

git list all commits that changed a file

git log --follow -- filename
Posted by: Guest on August-25-2020
0

check files that was changed in a particular git commit

git show --name-only abc
Posted by: Guest on July-28-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language