On 2009-02-23, bill lam <cbill.lam@xxxxxxxxx> wrote: > I cloned some public git repos and made some local patches. Later I > pulled updates again and that merged with my patches. Now I want to > throw away my patches, how do I get a clean working repo that is a > 100% clone of the remote repo? git reset --hard origin/master This is a very simple question, and may be quicker on irc :-) -- 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