Skip to content

Commit

Permalink
ref: link exp apply -> exp branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Dec 23, 2021
1 parent 017706c commit de850f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/command-reference/exp/apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ 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].

> Note that if a history of [checkpoints] is found in the `experiment`, it will
> **not** be preserved when applying and committing it.
> Note that any [checkpoints] found in the `experiment` will **not** be
> preserved when applying and committing it. Use `dvc exp branch` instead.
[persistent]: /doc/user-guide/experiment-management/persisting-experiments
[checkpoints]: /doc/user-guide/experiment-management/checkpoints
Expand Down

0 comments on commit de850f5

Please sign in to comment.