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
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.