From e74cbd4e37537571d8abe9d8366a8835f6a68f54 Mon Sep 17 00:00:00 2001 From: Christian Krause <christian.krause@idiv.de> Date: Wed, 14 Sep 2022 09:36:39 +0200 Subject: [PATCH] janedoe@idiv --- basics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics.html b/basics.html index a05e21f..5808ae2 100644 --- a/basics.html +++ b/basics.html @@ -426,7 +426,7 @@ ```bash # configure your identity git config --global user.name 'Jane Doe' - git config --global user.email 'jane.doe@riot-grrrl.org' + git config --global user.email 'jane.doe@idiv.de' # show colors git config --global color.ui auto -- GitLab