

2·
3 days ago@QuazarOmega I always do git branch tmp
before doing a rebase, to have a backup. Also useful for checking nothing got lost in conflict resolution. #git
‘Jaz dood’ - my 6yo.
I mostly post about programming, politics, cycling, and random things that amuse me.
@QuazarOmega I always do git branch tmp
before doing a rebase, to have a backup. Also useful for checking nothing got lost in conflict resolution. #git
@QuazarOmega I don’t know for sure, sorry. Like someone said on that link, the reflog should have a record, but you’ll need to either abort the rebase and then pick out the right commit, or forcibly kill git’s tracking of the rebase operation. When I know a rebase is going to be long and complicated, I’ll break it down into multiple rebases.