Hi Mike,

Mike Gran <spk...@yahoo.com> writes:

> commit 228caa60c037917afa448f6daa85df90c3f18848
> Author: Michael Gran <spk...@yahoo.com>
> Date:   Wed Apr 22 08:31:12 2009 -0700
>
>     Revert "Keep test dying when testing syntax errors"
>     
>     This reverts commit 4691549ded7a5b52d8d6838abe721887313b01bf.
>
> commit 4691549ded7a5b52d8d6838abe721887313b01bf
> Author: Michael Gran <spk...@yahoo.com>
> Date:   Wed Apr 22 08:27:52 2009 -0700
>
>     Keep test dying when testing syntax errors

FYI, you only need to use git-revert(1) once the commit you want to
revert has been pushed, because others might be referring to it.

When it's just a local commit, you can use "git commit --amend" to
modify the latest commit, or git-reset(1) and friends to re-do the
changes.

Ludo'.


Reply via email to