diff options
author | Botond Hende <nettingman@gmail.com> | 2024-08-21 22:35:37 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-08-21 22:35:37 +0200 |
commit | 6dceecc0c67b70ab4c2d483c0e72259acbb9ca6f (patch) | |
tree | 9515afcb11c36ae31300b1de4e3bc1a0814bc76e | |
parent | b3f71f60b781bc0ec6a2b4ffd44d1303d6f848a9 (diff) |
added .gitconfig.local include to .gitconfig
-rw-r--r-- | home/.gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.gitconfig b/home/.gitconfig index 2c20174..6f4ba13 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -28,3 +28,5 @@ [url "git-repos:public/"] pushInsteadOf = https://git.wazul.moe/ pushInsteadOf = git-repos:public/ +[include] + path = .gitconfig.local |