On Tue, Feb 24, 2009 at 10:30 AM, Rob Holland <[email protected]> wrote: > On Tue, Feb 24, 2009 at 9:17 AM, Matt Wynne <[email protected]> wrote: > >> You can even use git commit --amend to commit on red (e.g at the end of the >> day) and then change that commit later. > > While I think commit --amend is very useful, I'm not sure why you'd > bother to commit at the end of the day, knowing full well you were > going to amend it first thing tomorrow morning. >
Because the longer you wait, the more your code will diverge from your teammates'. If you don't commit often you rob them of the opportunity to reduce merge hell. Aslak > What have you gained by commiting a known-bad change set? It does no > harm sure, but I don't understand the gain. > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > -- Aslak (::) _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
