1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 01:46:00 +02:00
tldr/pages/common/dvc-unfreeze.md

14 lines
332 B
Markdown
Raw Normal View History

# dvc unfreeze
> Unfreeze stages in DVC pipeline.
> This makes DVC to start tracking changes in stage dependencies again after they were frozen.
> More information: <https://dvc.org/doc/command-reference/unfreeze>.
- Unfreeze given stage/s:
`dvc unfreeze {{stage_name/s}}`
- Freeze given stage/s:
`dvc freeze {{stage_name/s}}`