From 303fa2aa68fa0bb2267f8dce8d7938d43542d92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 3 Oct 2023 16:46:48 +0200 Subject: [PATCH] Allow overriding configuration in .gitlocal --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 4f0e944..0ddb1f7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,4 @@ # put [user] (name, email) into ~/.gitlocal -[include] - path = .gitlocal [color] branch = auto ui = auto @@ -78,3 +76,5 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[include] + path = .gitlocal