Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
- Garbage collect from the cache, keeping only versions referenced by the current workspace:
`dvc gc --workspace`
`dvc gc {{[-w|--workspace]}}`
- Garbage collect from the cache, keeping only versions referenced by branch, tags, and commits:
`dvc gc --all-branches --all-tags --all-commits`
`dvc gc {{[-a|--all-branches]}} {{[-T|--all-tags]}} {{[-a|--all-commits]}}`
- Garbage collect from the cache, including the default cloud remote storage (if set):
`dvc gc --all-commits --cloud`
`dvc gc {{[-a|--all-commits]}} {{[-c|--cloud]}}`
- Garbage collect from the cache, including a specific cloud remote storage:
`dvc gc --all-commits --cloud --remote {{remote_name}}`
`dvc gc {{[-a|--all-commits]}} {{[-c|--cloud]}} {{[-r|--remote]}} {{remote_name}}`