Skip to main content
Diversion Documentation home page
Search...
⌘K
Support
Login
Login
Search...
Navigation
Commit & Branch Commands
merge
Documentation
API Reference
Blog
Community
Get Started
Introduction
Quickstart
Basic Workflows
Import from Git
Import from Git LFS
Choosing Your Plan
FAQs
Collaborate
Reviews
Conflicts
Permission Modes
Organization management
Work with Unreal Engine
Unreal Engine Plugin
UE Plugin - Solving Merge Conflicts With Diversion
Set up Horde with Diversion (Windows, UE5 Source)
Integrations
Plugins
Reference
Core Concepts
Asset Preview
Unity Best Practices with Diversion
CI/CD
Webhooks
Pause/Resume sync
The .dvignore file
Selective Sync
CLI Reference
Overview
Repository Commands
Workspace Commands
Commit & Branch Commands
commit
branch
log
diff
merge
merge-preview
revert
revert-to-commit
cherry-pick
reset
clean
tag
Collaboration Commands
File Commands
Advanced Commands
Utility Commands
Commit & Branch Commands
merge
Add your changes to the active branch
To merge a branch or commit into the current checkout branch, you use the
merge
command:
Copy
Ask AI
dv
merge
<
other_i
d
>
<other_id>
is id of the branch or the commit you want to merge.
diff
merge-preview
⌘I