search for: gitready

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

2011 Sep 12
0
[LLVMdev] git Status Update?
...> A pointer/tutorial on how to do this would be most welcome. It depends on the definition of "branches of patches" ;-). I manage my patches with "git rebase -i", which allows me to edit, combine, reorder, discard my local commits relatively easily. See for example: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html Git keeps tracks of what you do locally in a kind of meta-history called the reflog (i.e. when you rewrite history, the resulting history is the clean sequence of commits you want to show to the rest of the world, and the reflog keeps trac...
2011 Sep 12
3
[LLVMdev] git Status Update?
Jason Kim <jasonwkim at google.com> writes: > I believe git has a similar system for maintaining "branches of patches"  A pointer/tutorial on how to do this would be most welcome. -Dave