Values.RepositorySyncDefinitionSourceA repository sync definition.
type nonrec t = {branch : GitBranchName.t option;The repository branch.
*)directory : String_.t option;The directory in the repository.
*)parent : String_.t option;The resource that is synced from.
*)target : String_.t option;The resource that is synced to.
*)}