[LLVMdev] git Status Update? (original) (raw)
Renato Golin rengolin at systemcall.org
Tue Sep 13 08:33:22 PDT 2011
- Previous message: [LLVMdev] git Status Update?
- Next message: [LLVMdev] git Status Update?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 13 September 2011 15:50, Matthieu Moy <Matthieu.Moy at grenoble-inp.fr> wrote:
I guess you have to rebase (pull --rebase or so) your branches. "git rebase" is relatively smart, and will skip patches that you already have in your local branch.
http://llvm.org/docs/GettingStarted.html#git_mirror
"Since the upstream repository is in Subversion, you should use "git pull --rebase" instead of "git pull" to avoid generating a non-linear history in your clone."
cheers, --renato
- Previous message: [LLVMdev] git Status Update?
- Next message: [LLVMdev] git Status Update?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]