From b83d00d1a58143c10eee548d8abec44ea1dbb59c Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 24 Feb 2021 11:21:07 +0000 Subject: [PATCH] Restyled by prettier --- content/docs/start/data-and-model-versioning.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/docs/start/data-and-model-versioning.md b/content/docs/start/data-and-model-versioning.md index 7b982e1c33..f8d8f36f3d 100644 --- a/content/docs/start/data-and-model-versioning.md +++ b/content/docs/start/data-and-model-versioning.md @@ -249,13 +249,13 @@ the workspace efficiently to match them. ## Model versioning -DVC helps you handle model files as well. Models in a -project usually change more frequently than data files and they need to be kept -in sync with changes in other elements of a project. Model files are no -different than data files when it comes to tracking their versions. DVC also -provides means to track minor changes in model files without fully checking in -to underlying VCS. In later sections of this series, you'll see how DVC enables -to track changes in pipelines consisting of multiple model and data files. +DVC helps you handle model files as well. Models in a project usually change +more frequently than data files and they need to be kept in sync with changes in +other elements of a project. Model files are no different than data files when +it comes to tracking their versions. DVC also provides means to track minor +changes in model files without fully checking in to underlying VCS. In later +sections of this series, you'll see how DVC enables to track changes in +pipelines consisting of multiple model and data files. ## Large datasets versioning