Copiar datos de una rama a otra en Git
git checkout BranchB
git merge BranchA
Lazy Leopard
git checkout BranchB
git merge BranchA