diff --git a/basics.html b/basics.html index a05e21ff07af48d407d27327d7a3968a994a9da7..5808ae2271927ee3456901932ae0a6345f7603db 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