2009/7/23 Sérgio Almeida <meph...@gmail.com>:
> I'm still not doing any commits as uselect can still break your python
> environment while testing and i don't have the time to learn how to
> handle branches in git.
>

It's probably wise to commit code in small-ish (and self-containing)
discrete units each of which add something without breaking anything.
Otherwise, it becomes very difficult to track down which change broke
something via git bisect. I would recommend that you try to do this,
if only just to learn how to make good commits.

You could take a look at how the kernel folks handle this -- features
go in as several small commits/patches.

-- 
~Nirbheek Chauhan

Reply via email to