mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 01:46:00 +02:00
14 lines
332 B
Markdown
14 lines
332 B
Markdown
![]() |
# 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}}`
|