Fetchin' cat > .git/remotes/bob URL: git://example.org/bob/ Push: master:bob-incoming (1) $ git fetch bob (2) $ git whatchanged -p master..bob-incoming (3) $ git pull . bob-incoming (1) fetch bob's work into a bob-incoming branch (2) view a log and patches between bob-incoming (3) merge changes with bob-incoming