Skip to main content
To merge a branch or commit into the current checkout branch, you use the merge command:
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.