From 241ee24517d65dbde3b7be09df284aca923b5943 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Wed, 16 Apr 2025 16:17:39 -0700 Subject: Define one git user --- gitconfig | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig index 38a9cef..d80538a 100644 --- a/gitconfig +++ b/gitconfig @@ -1,9 +1,7 @@ -[includeIf "gitdir:~/git/"] - path = ~/.gitconfig_personal -[includeIf "gitdir:~/work/"] - path = ~/.gitconfig_work -[include] - path = ~/.gitconfig_sensitive +[user] + email = nick@nvandoorn.com + name = Nick Van Doorn + signingkey = EA91B002A8F4238E [core] excludesfile = ~/.gitignore_global -- cgit v1.2.3