Branch copy-merge strategy for GIT to duplicate file that uses the same source in the repo
# I RAN BRANCHING twice with theses two dir with few operation at the end
export targetdir=gia-young-picasso-v05-2101082232
export srcdir1=gia-young-picasso-v05-add
export srcdir2=gia-young-picasso-v03-201216
## BRANCHING
for srcdir in $srcdir1 $srcdir2; do