Skip to content

Commit

Permalink
ref: clarify (again) what applies does specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Dec 23, 2021
1 parent de850f5 commit 817d6ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/docs/command-reference/exp/apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ Restores an `experiment` into the workspace, as long as we're on the same
project baseline (Git `HEAD`) as when the target experiment was run. The
experiment can be referenced by name or hash (see `dvc exp run` for details).

Specifically, `dvc exp apply` checks out any files or directories needed to
reflect the experiment conditions and results. This can include both with DVC
and Git: code, data, <abbr>parameters</abbr>, <abbr>metrics</abbr>, etc.
Specifically, `dvc exp apply` restores any files or directories needed to
reflect the experiment conditions and results. This means checking out files
tracked both with DVC and Git: code, raw data, <abbr>parameters</abbr>,
<abbr>metrics</abbr>, resulting artifacts, etc.

⚠️ This command will destroy any existing changes in the workspace (Git working
tree) unless the `--no-force` flag is used.
Expand Down

0 comments on commit 817d6ee

Please sign in to comment.