git merge

Fusiona ramas. Más información: https://git-scm.com/docs/git-merge.

git merge {{nombre_de_la_rama}}

git merge --edit {{nombre_de_la_rama}}

git merge --no-ff {{nombre_de_la_rama}}

git merge --abort

git merge --strategy {{estrategia}} --strategy-option {{opción_de_estrategia}} {{nombre_de_la_rama}}