aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-09-20 09:26:09 +0800
committerGuangxiong Lin <[email protected]>2022-09-20 09:26:09 +0800
commitf44c0c448c2192a03699b53fe64296c25cfbad1b (patch)
tree321a3d0dafea8957cd6a674572a15fd4c5074626 /.gitconfig
parentff5fedc4e53345f7f69b77ffc7b33d8e3c78368a (diff)
downloaddotfiles-f44c0c448c2192a03699b53fe64296c25cfbad1b.tar.gz
dotfiles-f44c0c448c2192a03699b53fe64296c25cfbad1b.tar.bz2
dotfiles-f44c0c448c2192a03699b53fe64296c25cfbad1b.zip
Support local git config
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 6b2360d..00ef000 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -62,3 +62,6 @@
jw = jump ws
[rebase]
autosquash = true
+
+[include]
+ path = ~/.gitconfig_local