Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions content/docs/command-reference/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ paths to tracked files or directories (including paths inside tracked
directories), `.dvc` files, and stage names (found in `dvc.yaml`).

If no differences are detected, `dvc status` prints
`Data and pipelines are up to date.` If differences are detected by
`dvc status`, the command output indicates the changes. For each stage with
differences, the changes in <abbr>dependencies</abbr> and/or
<abbr>outputs</abbr> that differ are listed. For each item listed, either the
file name or hash is shown, along with a _state description_, as detailed below:
`Data and pipelines are up to date.` or
`Cache and remote '{remote}' are in sync.` for `dvc status -c/-r`. If
Comment on lines +46 to +47
Copy link
Copy Markdown
Contributor

@jorgeorpinel jorgeorpinel Oct 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand what happened since the blame doesn't even register this merge. But in any case, I further reviewed this and re-applied it in 246575a (part of #1881).

differences are detected by `dvc status`, the command output indicates the
changes. For each stage with differences, the changes in
<abbr>dependencies</abbr> and/or <abbr>outputs</abbr> that differ are listed.
For each item listed, either the file name or hash is shown, along with a _state
description_, as detailed below:

### Local workspace status

Expand Down