Skip to content

Commit

Permalink
Merge branch 'master' into jorge
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Oct 22, 2020
2 parents 246575a + 3f1614c commit e558945
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions content/docs/start/data-versioning.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Data Versioning
---
title: 'Get Started: Data Versioning'
description: 'Get started with data versioning in DVC. Learn how to use a
regular Git workflow for datasets and ML models, without storing large files in
Git.'
---

# Get Started: Data Versioning

How cool would it be to make Git handle arbitrary large files and directories
with the same performance as with small code files? Imagine doing a `git clone`
Expand All @@ -7,8 +14,8 @@ to a different version of a 100Gb file in less than a second with a
`git checkout`.

The foundation of DVC consists of a few commands that you can run along with
`git` to track large files and directories, or ML models. Read on, or watch our
video guides!
`git` to track large files, directories, or ML models. Think "Git for data".
Read on or watch our video to learn about versioning data with DVC!

https://youtu.be/kLKBcPonMYw

Expand Down
2 changes: 1 addition & 1 deletion src/components/DownloadButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { logEvent } from '../../utils/front/ga'

import styles from './styles.module.css'

const VERSION = `1.8.1`
const VERSION = `1.9.0`

enum OS {
UNKNOWN = '...',
Expand Down

0 comments on commit e558945

Please sign in to comment.