diff options
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.gitconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 73e2bed..07b1c3b 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -69,6 +69,6 @@ required = true [include] - # Include a file with work-specific settings (like a different [user] - # section under a specific directory). - path = ~/.gitconfig_work + # Include a file with computer-specific settings (like a different + # [user] section under a specific directory, etc.). + path = ~/.gitconfig_local |