How to preview git-pull?

Is it even possible?

Basically, there’s a remote repository from which I pull using just:

git pull

Now, I’d like to preview what this pull would change (a diff) without touching anything on my side. The reason is that thing I’m pulling might not be “good” and I want someone else to fix it before making my repository “dirty”.

10 Answers
10

Leave a Comment