Skip to content

Commit

Permalink
cmd ref: imros to gc
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Mar 19, 2020
1 parent 5fc3884 commit 0f10925
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/docs/command-reference/gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ files if no scope options are provided. It means it's user's responsibility to
explicitly provide the right set of options to specify what data is still needed
(so that DVC can figure out what fils can be safely deleted).

One of the scope options, `--workspace`, `--all-branches`, `--all-tags`,
`--all-commits`, or any combination of them must be provided. Each of them
corresponds to the current workspace _and_ a set of commits to analyze what
files, directories and what versions are still needed and should be kept (by
analyzing DVC-files in those commits).
One of the scope options (`--workspace`, `--all-branches`, `--all-tags`,
`--all-commits`) or a combination of them must be provided. Each of them
corresponds to keeping the data for the current workspace, and for a certain set
of commits (determined by reading the DVC-files in them). See the
[Options](#options) section for more details.

This comment has been minimized.

Copy link
@shcheklein

shcheklein Mar 19, 2020

Member

👍


Unless the `--cloud` option is used, `dvc gc` does not remove data files from
any remote. This means that any files collected from the local cache can be
Expand Down

0 comments on commit 0f10925

Please sign in to comment.