Skip to main content
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