> - Turn on rebase for public branches ("git config branch.$name.rebase > true" for name in cassandra-0.8 through trunk)
And for the record, this means that "git pull" becomes the equivalent of "git pull --rebase", avoiding a constant stream of merge commits on every pull+push iteration. -- / Peter Schuller (@scode, http://worldmodscode.wordpress.com)