link
git/merge

Merge Branches

Join two or more development histories together

git
merge
branch

Command

git merge

Examples

Merge feature branch into current

git merge feature

Create merge commit even if fast-forward possible

git merge --no-ff feature