[ADM] Please try to avoid merges in the git tree

Peter Stuge peter at stuge.se
Sat Dec 11 21:55:49 CET 2010


Harald Welte wrote:
> If you're working on some private branch on a particular feature, please
> rebase that private branch on current master before pushing the changes.

Avoid automatic merges by setting rebase=true on branches.
(Equivalent of git pull --rebase)


//Peter



More information about the baseband-devel mailing list