Git know which files will be changed before git pull
To know which files are going to be modified, you have to start by fetching the branches fetch git then to see the files git log -p HEAD.. origin and the differences (three dots, not two) git diff HEAD… origin