diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index dff39093b5..a6e82b871b 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -275,7 +275,8 @@ Valid ``'s include: -e:: --edit:: Opens an editor to modify the specified config file; either - `--system`, `--global`, or repository (default). + `--system`, `--global`, `--local` (default), `--worktree`, or + `--file `. --[no-]includes:: Respect `include.*` directives in config files when looking up @@ -285,7 +286,7 @@ Valid ``'s include: --default :: When using `--get`, and the requested variable is not found, behave as if - were the value assigned to the that variable. + were the value assigned to that variable. CONFIGURATION -------------