> ## 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-preview

> Preview and validate merges before applying them using Diversion’s merge-preview command.

Opens a web browser and display the impending merge differences between branches.

```bash theme={null}
dv merge-preview <other_id>
```

`<other-id>` is the name of the branch you want to merge from.

`--target` the target branch to merge into. The default is the checked out branch.
