Answers for "list all the files changed in PR"

1

list all the files changed in PR

git --no-pager diff --name-only FETCH_HEAD $(git merge-base FETCH_HEAD master)
Posted by: Guest on July-12-2021

Code answers related to "list all the files changed in PR"

Browse Popular Code Answers by Language