Re: Is rebase always destructive?

Previous thread: Add 'sane' mode to 'git reset' by Linus Torvalds on Monday, December 1, 2008 - 10:30 am. (7 messages)

Next thread: Re: Add 'sane' mode to 'git reset' by Jakub Narebski on Monday, December 1, 2008 - 11:04 am. (1 message)
From: Csaba Henk
Date: Monday, December 1, 2008 - 10:37 am

OK, thanks guys, now I'm enlightened (a little bit more than before).

Regards,
Csaba

--

From: Robin Rosenberg
Date: Monday, December 1, 2008 - 1:19 pm

And if you forgot to create the keepme branch you can access the previous
version using the topic@{1} or topic@{'1 hour ago'} etc. This uses the reflog
that tracks all "versions" of your branch. Keeping gitk running is nice way
to see previous versions (press F5 after rebase).

-- robin
--

Previous thread: Add 'sane' mode to 'git reset' by Linus Torvalds on Monday, December 1, 2008 - 10:30 am. (7 messages)

Next thread: Re: Add 'sane' mode to 'git reset' by Jakub Narebski on Monday, December 1, 2008 - 11:04 am. (1 message)