Re: Question about your git habits
From: Rene Herman
Date: Fri Feb 22 2008 - 23:37:42 EST
On 23-02-08 01:37, Chase Venters wrote:
Or perhaps you create a temporary topical branch for each thing you are
working on, and commit arbitrary changes then checkout another branch
when you need to change gears, finally --squashing the intermediate
commits when a particular piece of work is done?
No very specific advice to give but this is what I do and then pull all
(compilable) topic branches into a "local" branch for complation. Just
wanted to remark that a definite downside is that switching branches a lot
also touches the tree a lot and hence tends to trigger quite unwelcome
amounts of recompiles. Using ccache would proably be effective in this
situation but I keep neglecting to check it out...
Rene
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/