From 4e26a596ad382b37b88a9f29984bd4217aeecf88 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 11 Mar 2021 22:47:47 +0000 Subject: [PATCH] Include .gitconfig.local for user.name and user.email --- roles/home-cli/files/gitconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/home-cli/files/gitconfig b/roles/home-cli/files/gitconfig index 212187a..77dee47 100644 --- a/roles/home-cli/files/gitconfig +++ b/roles/home-cli/files/gitconfig @@ -10,9 +10,6 @@ encoding = utf-8 [guitool "Rebase"] cmd = rebase -[user] - name = Anthony Perkins - email = anthony@acperkins.com [alias] ci = commit co = checkout @@ -23,3 +20,5 @@ lastmail = format-patch --stdout -1 HEAD unstage = reset HEAD -- up = pull --rebase +[include] + path = .gitconfig.local