diff options
author | Guangxiong Lin <[email protected]> | 2022-09-20 09:26:09 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-09-20 09:26:09 +0800 |
commit | f44c0c448c2192a03699b53fe64296c25cfbad1b (patch) | |
tree | 321a3d0dafea8957cd6a674572a15fd4c5074626 | |
parent | ff5fedc4e53345f7f69b77ffc7b33d8e3c78368a (diff) | |
download | dotfiles-f44c0c448c2192a03699b53fe64296c25cfbad1b.tar.gz dotfiles-f44c0c448c2192a03699b53fe64296c25cfbad1b.tar.bz2 dotfiles-f44c0c448c2192a03699b53fe64296c25cfbad1b.zip |
Support local git config
-rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -62,3 +62,6 @@ jw = jump ws [rebase] autosquash = true + +[include] + path = ~/.gitconfig_local |