On 2010-04-13, Aghiles [off-list ref] 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?
AFAIK no, the operations have to be local.
In order to see if there are any new changes to be pulled you could do
this: git fetch --dry-run
Greetings,
Jojo
--
Johannes Gilger [off-list ref]
http://heipei.net
GPG-Key: 0xD47A7FFC
GPG-Fingerprint: 5441 D425 6D4A BD33 B580 618C 3CDC C4D0 D47A 7FFC