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

@@ -19,7 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
- Unset the project's default remote:
`dvc config --unset core.remote`
`dvc config {{[-u|--unset]}} core.remote`
- Get the configuration value for a specified key for the current project:
@@ -31,7 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- Unset a project level configuration value for a given key:
`dvc config --unset {{key}}`
`dvc config {{[-u|--unset]}} {{key}}`
- Set a local, global, or system level configuration value: