Hi A good practice is to pull with rebase like
git pull --rebase Then we avoid those ugly merge commit in the commit log. > Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/camel There is a way to tell git to always to rebase when you do a git pull. Though on top of my head I don't know how. But ppl can google and find it out. -- Claus Ibsen ----------------- www.camelone.org: The open source integration conference. Red Hat, Inc. FuseSource is now part of Red Hat Email: cib...@redhat.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen