Skip to content

Commit

Permalink
guide: dedupe and hide note about git staging files in exps
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Aug 25, 2021
1 parent 85a38c9 commit 0d5148d
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ are [persisted]).

[persisted]: /doc/user-guide/experiment-management#persistent-experiments

> 💡 To include untracked files, stage them with `git add` first (before
> `dvc exp run`) and `git reset` them afterwards.
</details>

Run them all one-by-one with the `--run-all` flag. The order of execution is
Expand All @@ -239,10 +242,6 @@ independent of their creation order.
$ dvc exp run --run-all
```

> ⚠️ Note that only tracked files and directories will be included in
> `--queue/temp` experiments. To include untracked files, stage them with
> `git add` first (before `dvc exp run`) and `git reset` them afterwards.
To remove all experiments from the queue and start over, you can use
`dvc exp remove --queue`. 📖 See [Cleaning-Up Experiments][clean-up] for
details.
Expand Down

0 comments on commit 0d5148d

Please sign in to comment.