As we all know, when performing an interactive rebase, git gives you a nice 
helpful message explaining all the commands available.

But then it says:

If you remove a line here THAT COMMIT WILL BE LOST


It took me a few years before I googled and I found out that that is not 
really true, thanks to reflog.
I was so sure it was not possible. A few times I've lost my work.
But today I've just realised that most likely it was due to that message.
So why don't we update that message to mention the possibility of 
recovering your work?
Something like:

> If you remove a line here THAT COMMIT WILL BE LOST *(but see git-reflog 
> for recovering)*


Thank you very much,
Alberto

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/95c11e88-c250-4d9e-928c-9482822fb6ae%40googlegroups.com.

Reply via email to