Branching workflowGit
git merge
Combine commits from a source branch into the current branch.
Command
git merge
Example usage
Merge fast-forward or enforce merge commits for traceability.
git merge <branch>
git merge --no-ff <branch>
Related tags
Branching workflowversion-controlworkflow