From 0ffa59d94968503bdb8a63c931cbc69ff0327ff3 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Mon, 3 Mar 2025 02:11:17 -0500 Subject: git: Include local config from unversioned file Create .gitconfig.local as a place for user to place their settings (eg: name, email, experimental options) without dirtying the .gitconfig file in the repository. --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index e99180f..842a856 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,6 @@ +[include] + path = ~/.gitconfig.local + [advice] addIgnoredFile = false detachedHead = false -- cgit v1.2.3