always rebasing when pulling...
Cyrille Berger Skott
cberger at cberger.net
Fri Jan 14 12:32:10 GMT 2011
On Friday 14 January 2011, Cyrille Berger Skott wrote:
> On Friday 14 January 2011, Cyrille Berger Skott wrote:
> > Hi,
> >
> > David Faure's git tip of the day is to add the following two lines to
> > ~/.gitconfig :
> >
> > [branch]
> > autosetuprebase = always
> >
> >
> > And then everytime, you do a "git pull" it will automatically rebase
> > instead of merge (instead of the longer "git pull --rebase"). (Haven't
> > tested it myself).
>
> Hum does not seem to work actually :/ Maybe something else is needed.
After reading the documentation, it seems that:
[branch]
branch.master.rebase = true
would work, but since you have to do it individually for each branch, I am not
sure it is worth it.
--
Cyrille Berger Skott
More information about the calligra-devel
mailing list