<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 stateaccept-incoming— accept the reverted state

