Apply suggestions from code review

Thanks @sbrl. Will keep grammatical mistakes to minimum next time :smile

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
Puneetha Pai
2020-07-31 20:33:25 +05:30
committed by Starbeamrainbowlabs
parent c6d6d7618c
commit 91e565ba81
11 changed files with 51 additions and 50 deletions

View File

@@ -1,12 +1,13 @@
# dvc unfreeze
> Unfreeze stages in DVC pipeline.
> This makes DVC to start tracking changes in stage dependencies again after they were frozen.
> Unfreeze stages in the DVC pipeline.
> This allows DVC to start tracking changes in stage dependencies again after they were frozen.
> See also `dvc freeze`.
> More information: <https://dvc.org/doc/command-reference/unfreeze>.
- Unfreeze given stage/s:
`dvc unfreeze {{stage_name/s}}`
`dvc unfreeze {{stage_name_a}} [{{stage_name_b}} ...]`
- Freeze given stage/s: