On Sun, Nov 11, 2007 at 11:26:10PM -0800, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > My mental model for git newbies is that they would probably be pulling > > from upstream repositories (so I was tempted to remove git-init from > > the common commands list), but they would rarely be cherry-picking or > > reverting other people's changes. > > I'd agree with that, but reverting and cherry-picking would also > be done on the commits the user builds on top of other people's > changes. On the other hand, cherry-picking and reverting are just the same thing, except one applies a reversed patch. Wouldn't it make sense to merge these two in one command ? Mike - 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