[Scilab-Dev] Gitview not updated?

Sylvestre Ledru sylvestre.ledru at scilab.org
Mon Nov 3 09:55:47 CET 2008


> > Understood. Then, one I have fetched, how can I see the diff between 
> > the newly fetched commits and my local sandbox? I could not find this 
> > in the git help, I must have looked at the wrong place.
> >
> > Francois
> "git log HEAD" shows commit logs in your working tree and "git log 
> refs/remotes/origin/HEAD" shows commit logs in the origin repository.
> 
> git log HEAD > /tmp/local ; git log refs/remotes/origin/HEAD > 
> /tmp/origin ; diff -w /tmp/origin /tmp/local

I guess this:
git log HEAD..origin
is doing the same thing.

Sylvestre





More information about the dev mailing list