Pour fusionner des branches git. Plus d'informations : https://git-scm.com/docs/git-merge.
git
git merge {{nom_de_branche}}
merge commit
git merge --edit {{nom_de_branche}}
git merge --no-ff {{nom_de_branche}}
git merge --abort