git rebase : knowing where I am...

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

git rebase : knowing where I am...

From: Jeremy Rosen <hidden>
Date: 2016-06-15 22:56:45

Hello

is there some way to know how far you are within a rebase when the rebase is interupted by a conflict other than the message given by git rebase when it was interrupted ?

I would have expected a git rebase --status or something similar...

    Regards

    Jérémy Rosen

fight key loggers : write some perl using vim

Re: git rebase : knowing where I am...

From: Tay Ray Chuan <hidden>
Date: 2016-06-15 22:56:47

On Wed, Apr 10, 2013 at 4:40 PM, Jeremy Rosen [off-list ref] wrote:
is there some way to know how far you are within a rebase when the rebase is interupted by a conflict other than the message given by git rebase when it was interrupted ?
How about

  $ cat .git/rebase-merge/done

sample output:

  p 3b465bd foo2 1
  e 03f8bea foo2 2
  e 0871817 foo2 1

last line is the current commit being edited/under conflict/etc.

--
Cheers,
Ray Chuan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help