pages*: do not use config abbreviation (#12118)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Vitor Henrique
2024-01-25 02:29:16 -03:00
committed by GitHub
parent 55a49c4ba1
commit af35564618
49 changed files with 58 additions and 58 deletions

View File

@@ -16,18 +16,18 @@
`dvc config --unset core.remote`
- Get the config value for a specified key for the current project:
- Get the configuration value for a specified key for the current project:
`dvc config {{key}}`
- Set the config value for a key on a project level:
- Set the configuration value for a key on a project level:
`dvc config {{key}} {{value}}`
- Unset a project level config value for a given key:
- Unset a project level configuration value for a given key:
`dvc config --unset {{key}}`
- Set a local, global, or system level config value:
- Set a local, global, or system level configuration value:
`dvc config --local/global/system {{key}} {{value}}`