I have finished a lengthy merge of a devel branch onto master, then I realised it should have been a devel update instead, meaning the direction should be master -> devel. Is it possible to change the destination of the commit, so that the arrow is pointing from master to devel?
note: The resulting changes in files would be exactly same for both d->m
and m->d
. It's just the final destination (and arrow in history) which is wrong.
blue: master
red: devel
*Changes are not commited or pushed yet.
Recapitulation
- I resolved all conflicts in a devel->master merge.
- I haven't commited or pushed the changes.
- Changes are made on top of master.
- I need to apply the resolved conflicts in a master->devel direction.