From a251e76cbfcb832100ce54de1f79d1fa0624bd8f Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 10 May 2022 03:00:25 -0400 Subject: .config/git/config: Default to example.com --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index f9a4e85..5b8bd9b 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,6 @@ [user] name = tdro - email = tdro@users.noreply.github.com + email = tdro@noreply.example.com [push] default = simple [color] -- cgit v1.2.3