I miscalculate the commit sequence, and things gone.
Is there any other way to get things back?
Thanks.
I miscalculate the commit sequence, and things gone.
Is there any other way to get things back?
Thanks.
git reflog
and git fsck
are your weapons of choice to rediscover the missing commits and branch them.