From 9ce0e86b7b5e1940958a449c2f6aa498b68efdb1 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Perez Date: Tue, 15 Mar 2022 11:36:48 -0600 Subject: [PATCH] ref: mention config reads from all config files combined 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 40e2a165d9..844d5fc92f 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`,