changeset 180:bfc94ec31b2b

allow a local include in .gitconfig
author Dirk Olmes <dirk.olmes@codedo.de>
date Tue, 04 Aug 2020 11:20:15 +0200
parents e5f67219ad24
children f6df36a328b5
files .gitconfig
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.gitconfig	Thu Jul 23 09:00:24 2020 +0200
+++ b/.gitconfig	Tue Aug 04 11:20:15 2020 +0200
@@ -17,6 +17,9 @@
 [http]
     sslVerify = false
 
+[include]
+	path = ~/.gitconfig.local
+
 [push]
     default = simple