Nguyen Thai Ngoc Duy [off-list ref] writes:
On 11/25/09, Matthieu Moy [off-list ref] wrote:
quoted
Then, fetch from all of them and:
git log ^HEAD repo1/master repo2/master repo3/master
Very nice. Thanks I did not know about "^HEAD". Now I need to think of
how to avoid typing all "repo*/master" stuff..
Hmmm... shouldn't 'repo1' expand to 'repo1/HEAD', which is 'repo1/master'?
I mean shouldn't simply
git log ^HEAD repo1 repo2 repo3
work?
Also, git aliases (so you would be able to just say "git in").
--
Jakub Narebski
Poland