After a filter-branch
on master
(to add sign-off), I have this :
A-B-C-D-E-F (master)
A'-X-Y-Z (branch xxx)
where A' is the old initial commit. I want to "reconnect" my branch "xxx" to master, to initial commit A
to have something like this :
A-B-C-D-E-F (master)
\
X-Y-Z (branch xxx)
How to do that ? Thanks