search for: d927da77

Displaying 2 results from an estimated 2 matches for "d927da77".

2011 Aug 23
0
[LLVMdev] git Status
Mark Lacey <641 at rudkx.com> writes: > git remote add llvm-upstream http://llvm.org/git/llvm.git master > > If the intent is to rename origin, this can be done directly: >   git remote rename origin llvm-upstream Much better. Thanks. > Updating LLVM - no local changes > -------------------------------- > > Splitting this into "no local
2011 Aug 23
5
[LLVMdev] git Status
David, A few comments. > Naming Upstream > --------------- > > The intial clone from upstream results in a git remote reference with > the rather unhelpful name of "origin." As more remote sources get > added, it is easy to forget what "origin" is. Therefore, add a remote > with a more descriptive name. > > git remote add llvm-upstream