On Tue, 13 Apr 2010, Shawn O. Pearce wrote:
Aghiles <aghilesk@xxxxxxxxx> wrote:
I have a local branch that is a tracking a remote branch. I want to see
what are the modifications upstream, _before_ I pull. I tried
'git log origin' but that's only the point from where I pulled last.
Is there a way to do that?
git fetch
git log ..origin
Or the more portable and concise, since 1.7.0:
git log ..@{u}
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html