aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-23 10:12:30 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-23 10:12:30 +0300
commit0383559d2aafc8d0ccdfc47510af745071af681b (patch)
treefcaa022f199a0c5ff56ff1d2b4ef735c78c9e2b6
parent.ssh/config: add more comments (diff)
downloadlinux-home-0383559d2aafc8d0ccdfc47510af745071af681b.tar.gz
linux-home-0383559d2aafc8d0ccdfc47510af745071af681b.zip
.gitconfig_work -> .gitconfig_local
-rw-r--r--%HOME%/.gitconfig6
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