Thread (1 message) 1 message, 1 author, 2016-06-15

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

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:56:46

Junio C Hamano [off-list ref] writes:
Jeremy Rosen [off-list ref] writes:
quoted
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 do not think there is a "git $anything" command to do that, but in
the meantime you could "cat .git/rebase-*/git-rebase-todo" or
something.

Recent trend is to teach "git status" more about these internal states,
so with time the command may learn to include this in its output.
I actually often do this myself, not "cat anything" as I mentioned
above:

	git show-branch $branch_I_am_rebasing HEAD
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help