pub async fn import_refs(
mut_repo: &mut MutableRepo,
options: &GitImportOptions,
) -> Result<GitImportStats, GitImportError>Expand description
Reflect changes made in the underlying Git repo in the Jujutsu repo.
This function detects conflicts (if both Git and JJ modified a bookmark) and records them in JJ’s view.