From 8c50c4560e9313107ad8d9d23cab1763c969661e Mon Sep 17 00:00:00 2001 From: Davemundo Date: Sat, 6 Dec 2025 17:47:21 +1100 Subject: [PATCH] Update git-config.md Precedence fixed --- docs/repos/git/git-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repos/git/git-config.md b/docs/repos/git/git-config.md index c76baa88e35..654b785d916 100644 --- a/docs/repos/git/git-config.md +++ b/docs/repos/git/git-config.md @@ -32,7 +32,7 @@ Within those categories, settings can be: - Global Git configuration file settings apply to all repos for the current user. Global settings take precedence over system settings. - - Local Git configuration file settings apply to the local repo that contains the local Git configuration file. System settings take precedence over global settings. + - Local Git configuration file settings apply to the local repo that contains the local Git configuration file. Local settings take precedence over global settings. - [Visual Studio Git-related settings](#modify-visual-studio-git-related-settings), which are Visual Studio settings that relate to Git but aren't stored in any Git configuration file. You can only view and modify these settings in Visual Studio. An example of one of these settings is the default folder path where Visual Studio clones repos.