#049 git merge source target

Merging two branches

Use 'git merge source target' to merge the source branch into the target branch directly from the terminal.

Command Description
merge command to join branches
source branch with changes to be applied
target branch that should receive the changes