> ## Documentation Index
> Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# merge

> Add your changes to the active branch

To merge a branch or commit into the current checkout branch, you use the `merge` command:

```bash theme={null}
dv merge <other_id> [--into <branch>]
```

`<other_id>` is the id of the branch or the commit you want to merge.

`[--into <branch>]` specifies the destination branch to merge into. Defaults to the current branch.
