Skip to main content

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.

dv revert <revert_ref_id> [--conflict_resolution <strategy>]
The <revert_ref_id> is the id of the commit you want to revert the changes to. This will create a new commit with the reverted changes. [--conflict_resolution <strategy>] sets how conflicts are handled:
  • manual — resolve conflicts manually (default)
  • keep-current — keep the current workspace state
  • accept-incoming — accept the reverted state