From 81b82734cc93ace90808fc64e700f755a8d10700 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Mon, 12 Jun 2023 15:46:49 +0200 Subject: [PATCH] git-config: update page (#10340) * Add the second possible config file location --- pages/common/git-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-config.md b/pages/common/git-config.md index f3ceecb39b..86bf7fe426 100644 --- a/pages/common/git-config.md +++ b/pages/common/git-config.md @@ -8,7 +8,7 @@ `git config --list --local` -- List only global configuration entries (stored in `~/.gitconfig`): +- List only global configuration entries (stored in `~/.gitconfig` by default or in `$XDG_CONFIG_HOME/git/config` if such a file exists): `git config --list --global`