git merge
BranchingJoin two or more development histories together
Options & Flags
Available options for this command
--no-ffCreate merge commit even if fast-forward
--squashSquash commits
Examples
Common usage examples
Merge feature-x into current branch
git merge feature-xMerge with merge commit
git merge --no-ff feature-xRelated Commands
You might also find these useful