How to preview git-pull without doing fetch?

前端 未结 8 2011
天涯浪人
天涯浪人 2020-11-29 14:41

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

8条回答
  •  情深已故
    2020-11-29 15:38

    What about cloning the repo elsewhere, and doing git log on both the real checkout and the fresh clone to see if you got the same thing.

提交回复
热议问题