summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-08-21 22:35:37 +0200
committerBotond Hende <nettingman@gmail.com>2024-08-21 22:35:37 +0200
commit6dceecc0c67b70ab4c2d483c0e72259acbb9ca6f (patch)
tree9515afcb11c36ae31300b1de4e3bc1a0814bc76e
parentb3f71f60b781bc0ec6a2b4ffd44d1303d6f848a9 (diff)
added .gitconfig.local include to .gitconfig
-rw-r--r--home/.gitconfig2
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