git merge

Merge branches. More information: https://git-scm.com/docs/git-merge.

git merge {{branch_name}}

git merge {{[-e|--edit]}} {{branch_name}}

git merge --no-ff {{branch_name}}

git merge --abort

git merge {{[-s|--strategy]}} {{strategy}} {{[-X|--strategy-option]}} {{strategy_option}} {{branch_name}}