On 4/19/13, Lubos Pintes <pintes at gmail.com> wrote: > Yes I did. And git complained that branch upstream already exists. > Then I did > git checkout -b win32Accessibility upstream Try this: $ git checkout upstream $ git pull $ gitk --all & What is the last revision you see at upstream head? Juha