[LLVMdev] git Status
FlyLanguage
flylanguage at gmail.com
Tue Aug 23 12:19:20 PDT 2011
Den 23.08.2011 20:15, skrev David A. Greene:
> Matthieu Moy<Matthieu.Moy at grenoble-inp.fr> writes:
>
>> greened at obbligato.org (David A. Greene) writes:
>>
>>> Actually git pull can sometimes get you into trouble. Probably git
>>> fetch / git rebase is the better combination for LLVM.
>>
>> I don't get it.
>>
>> Doesn't "git pull --rebase" do exactly a fetch followed by a rebase?
>
> No. It does a fetch and merge at the same time.
I have to be convinced that pull --rebase isn't fetch + rebase. The
whole point is to rebase instead of merge.
More information about the llvm-dev
mailing list