Merge changes from a given branch into the current branch.
^definition
```bash
git merge <branch>
```
^command
Conflicts workflow: [^1]
```bash
git merge --continue
git merge --abort
git merge --commit
```
^conflicts-commands
[^1]: https://git-scm.com/docs/git-merge#_how_to_resolve_conflicts