Skip to content

Commit

Permalink
ref: mention config reads from all config files combined (#3359)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel authored Mar 30, 2022
1 parent 6187b3b commit 1debb1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/command-reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 1debb1e

Please sign in to comment.