On 29 Mar 2009 at 1:41, Bryan Donlan wrote: > On Fri, Mar 27, 2009 at 3:21 AM, Ulrich Windl > <ulrich.windl@xxxxxxxxxxxxxxxxxxxx> wrote: > > > > 3) "git undo": If possible undo the effects of the last command. > > You can roll back the state of most local references by using the git > reflog (see git reflog --help for more information). This covers most > situations - but note that it only works to roll back to a committed > state, and won't save any uncommitted data at all. Hmm...kind of an idea: "git undo <command>" print help text on how to undo the effect of <command>. I feel that may be useful. maybe replace "undo" with "undo-instructions". Regards, Ulrich -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html