On Fri, Nov 12, 2010 at 1:46 PM, Jan Hudec <bulb@xxxxxx> wrote: > On Fri, Nov 12, 2010 at 00:22:43 -0800, gzoller wrote: >> >> Hello -- Extreme Git Newbie >> >> I have a project that is checked into a local git repository as well as >> pushed to a remote repository. >> >> Through misadventure I've managed to screw up my working code and want to >> restore what I had from my last commit on either the local or remote >> repositories. > > If you screwed up content of the index, you will need the 'reset' command. > If the problem is that you messed with the index (stage) or the working directory and you want to discard local changes to them, you could also execute "git status" and follow the instruccions there. If that is not enough, report it here. HTH, Santi -- 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