For example i have dirA, dirB - all with subdirectories. I want to merge dirA into dirB with "force" dirA. I tryied to use this
/usr/bin/rsync -avh --progress dirA dirB
But "force" dirA don't work. Need similarity git merge with force overwrite. And found this
cp -r dirA dirB