Resolve review comments which required edits and re-writes
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
91e565ba81
commit
12e2510f99
@@ -1,13 +1,10 @@
|
||||
# dvc freeze
|
||||
|
||||
> Freeze stages in DVC pipeline.
|
||||
> This makes DVC to stop tracking changes in stage dependencies and re-execution untill unfreeze.
|
||||
> Freeze stages in the DVC pipeline.
|
||||
> This prevents DVC from tracking changes in stage dependencies and re-execution until unfreeze.
|
||||
> See also `dvs unfreeze`.
|
||||
> More information: <https://dvc.org/doc/command-reference/freeze>.
|
||||
|
||||
- Freeze 1 or more specified stages:
|
||||
|
||||
`dvc freeze {{stage_name_a}} [{{stage_name_b}} ...]`
|
||||
|
||||
- Unfreeze given stage/s:
|
||||
|
||||
`dvc unfreeze {{stage_name/s}}`
|
||||
|
Reference in New Issue
Block a user