<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
[--nowait] returns immediately without waiting for the reverted files to finish syncing to your local workspace. By default, the command waits until the sync is done.
