Copier les données d'une branche à une autre dans Git
git checkout BranchB
git merge BranchA
Lazy Leopard
git checkout BranchB
git merge BranchA