i went through the doc for data registry at https://dvc.org/doc/use-cases/data-registry
but i am still not clear about how to update registry
if I understand correctly, for a project that imports data from a data registry (which is a git repo), and i changed the data in that project, when i run dvc add changed_data.dvc, what i changed is the data for my project, not the repository of the data regitry. and when i run git commit what i commit to is my project's git repo, not the registry's git repo
how could i push back the new data change to the original data registry?