Skip to content

Commit

Permalink
ref: exp apply destroys any canges
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Dec 21, 2021
1 parent 49c585c commit 220a9b0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions content/docs/command-reference/exp/apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ 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.

> Note that existing changes in the workspace that don't conflict the
> `experiment` are left alone. This may result in a mix of other changes with
> the ones applied by this command.
⚠️ Conflicting changes in the workspace are overwritten unless `--no-force` is
used.
⚠️ This command will destroy any existing changes in the workspace (Git working
tree) unless the `--no-force` flag is used.

This is typically used after choosing a target `experiment` with `dvc exp show`
or `dvc exp diff`, and before committing it to Git (making it [persistent].
Expand Down

0 comments on commit 220a9b0

Please sign in to comment.