Skip to content

Commit

Permalink
cmd ref: update gc --all-commits desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Mar 19, 2020
1 parent 0f10925 commit db19c60
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/docs/command-reference/gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ The default remote is cleaned (see `dvc config core.remote`) unless the
commits as well as the workspace (implies `-w`). Useful for keeping all the
data used in the entire existing commit history of the project.

One of the use cases for this option is to safely delete all temporary data
DVC cached when `dvc run` and/or `dvc repro` were run without committing
changes to DVC-files (thus potentially caching data that is not referenced
from workspace or Git commits).
A use case for this option is to safely delete all temporary data `dvc run`
and/or `dvc repro` cache when used without committing changes (see the `-O` or
`-M`, and `--no-commit` options in those commands). In that scenario, data
that is never referenced from the workspace or from any Git commit can still
be stored in the project's cache).

This comment has been minimized.

Copy link
@shcheklein

shcheklein Mar 19, 2020

Member

👍


- `-p <paths>`, `--projects <paths>` - if a single remote or a single cache is
shared among different projects (e.g. a configuration like the one described
Expand Down

0 comments on commit db19c60

Please sign in to comment.