I have a branch I want to delete but possibly be able to restore it with full history -is there a way to do this ? So want this:
a - b - c - d - e master
\
f - g tmp
to become:
a - b - c - d - e
and have a - b - f - g
stored somehow that I can reapply it - is it possible ?