Skip to content

Commit

Permalink
Restyled by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jul 6, 2020
1 parent 6f066b8 commit 7be9a51
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ $ dvc run -n train -d train.py -d data \
`dvc run` writes a pipeline stage named `train` (specified using the `-n`
option) in [`dvc.yaml`](/doc/user-guide/dvc-files-and-directories#dvcyaml-file).
It tracks all outputs (`-o`) the same way as `dvc add` does. Unlike
`dvc add`, `dvc run` also tracks dependencies (`-d`) and the command
(`python train.py`) that was run to produce the result.
It tracks all outputs (`-o`) the same way as `dvc add` does. Unlike `dvc add`,
`dvc run` also tracks dependencies (`-d`) and the command (`python train.py`)
that was run to produce the result.

> At this point you could run `git add .` and `git commit` to save the `train`
> stage and its outputs to the repository.
Expand Down

0 comments on commit 7be9a51

Please sign in to comment.