From 34200b0ed975b7080885a1fdae7ac6460cda3adc Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Wed, 30 Mar 2022 15:06:55 -0600 Subject: [PATCH] ref: mention config reads from all config files combined (#3359) per https://github.com/iterative/dvc.org/issues/1368#issuecomment-634456922 --- content/docs/command-reference/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/command-reference/config.md b/content/docs/command-reference/config.md index 96e013ac4a..ffe0af27ed 100644 --- a/content/docs/command-reference/config.md +++ b/content/docs/command-reference/config.md @@ -22,9 +22,9 @@ takes a config option `name` (a config section and a key, separated by a dot) and its `value` (any valid alpha-numeric string generally). When reading config options (no `value` is given or `--list` is used), the -values are read from the system, global, project, and local config files (in -that order). The `--system`, `--global`, `--project`, and `--local` options can -be used to read from that configuration only. +values are read from a combined set of values from the system, global, project, +and local config files (in that order). The `--system`, `--global`, `--project`, +and `--local` options can be used to read from that configuration only. When writing (a `value` is given or `--unset` is used), the new value is written to the project-level config file by default (`.dvc/config`). Options `--system`,