How to preview git-pull without doing fetch?-open source projects github/fetch
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”.