Fusionner deux branches dans la commande git

git merge existing_branch_name
git merge --no-ff existing_branch_name
akileus