Hi, On Fri, 20 Nov 2009, Nanako Shiraishi wrote: > Quoting Junio C Hamano <gitster@xxxxxxxxx> > > > So here is what I did tonight. > > > > Step 0. Apply as you specified on top of 'next' > > > > $ git checkout next^0 > > $ git am -s your-10-patches > > $ M=$(git describe) > > > > Step 1. Rebase back to the bottom of the old series > > > > $ git checkout next...jh/notes > > What do three-dots mean in this command? Maybe it means "go back to the bottom of the old series"? ;-) IIUC it is the equivalent of $ git checkout $(git merge-base next jh/notes) Hth, Dscho -- 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