git merge

Pour fusionner des branches git. Plus d'informations : https://git-scm.com/docs/git-merge.

git merge {{nom_de_branche}}

git merge --edit {{nom_de_branche}}

git merge --no-ff {{nom_de_branche}}

git merge --abort