X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fgit-config.txt;h=82ce89eae849e5a1c697a3c7f659a80521600348;hb=1973b0d790155b5d8a32a6f7401116fad2205721;hp=6ab2af4b61e2188297e15f2e3c1d9c5f05f680b8;hpb=ecab04d49a53669d0f0d7afa677717570790b43a;p=git.git diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 6ab2af4b6..82ce89eae 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -22,6 +22,7 @@ SYNOPSIS 'git config' [] [-z|--null] -l | --list 'git config' [] --get-color name [default] 'git config' [] --get-colorbool name [stdout-is-tty] +'git config' [] -e | --edit DESCRIPTION ----------- @@ -161,6 +162,11 @@ See also <>. output. The optional `default` parameter is used instead, if there is no color configured for `name`. +-e:: +--edit:: + Opens an editor to modify the specified config file; either + '--system', '--global', or repository (default). + [[FILES]] FILES -----