Thread (21 messages) flat view 21 messages, 6 authors, 2016-06-15

Re: [RFC/PATCHv8 00/10] git notes

From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:47:44

Hi,

On Fri, 20 Nov 2009, Nanako Shiraishi wrote:
Quoting Junio C Hamano [off-list ref]
quoted
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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help