On Tue, Feb 24, 2009 at 1:17 AM, Matt Wynne <m...@mattwynne.net> wrote:
>
> See particularly the notes about squashing commits - this allows you to
> commit really often in your local branch, then merge these commits together
> before you push them into the main source control repository.
>
> 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.

Another workflow (which I don't personally use) is to continually git
commit --amend, changing the commit message each time. This avoids the
rebase step before pushing, but of course you don't have the
checkpoints.

///ark
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to