From f27ba2710ed8d0c764fe08a5cbad078f6adb257a Mon Sep 17 00:00:00 2001 From: dissimulo Date: Wed, 6 May 2026 02:26:08 -0700 Subject: [PATCH] Pin git identity to dissimulo / connect+gitea@dustin-williams.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Identity was previously deferred to ~/.gitconfig.user via the include at the bottom of this file. Per the dotfiles owner, identity should travel with the dotfiles regardless of host or local user — every machine where this repo is deployed commits as dissimulo. Per-machine bits (safe.directory, etc.) still belong in ~/.gitconfig.user, which the existing [include] at the bottom picks up after this block. --- git/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index 502d6109..918bc5da 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -1,5 +1,8 @@ # set your user tokens as environment variables, such as ~/.secrets # See the README for examples. +[user] + name = dissimulo + email = connect+gitea@dustin-williams.com [color] ui = true [color "branch"]