From 6517002b8044740f5ffa8170566cb2d2e952848e Mon Sep 17 00:00:00 2001 From: Balthasar Schachtner <42178034+BalthasarSchachtner@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:40:14 +0200 Subject: [PATCH 1/2] Update to new private email pattern from GitHub, explain where to find the no-reply mail. --- episodes/02-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/02-setup.md b/episodes/02-setup.md index cb0b915956..f755d36ab4 100644 --- a/episodes/02-setup.md +++ b/episodes/02-setup.md @@ -48,7 +48,7 @@ For this lesson, we will be interacting with [GitHub](https://github.com/) and s ## Keeping your email private -If you elect to use a private email address with GitHub, then use that same email address for the `user.email` value, e.g. `username@users.noreply.github.com` replacing `username` with your GitHub one. +If you elect to use a private email address with GitHub, then use GitHub's no-reply email address for the `user.email` value. It looks like `ID+username@users.noreply.github.com`, you can look up your own address in your GitHub [email settings](https://github.com/settings/emails). :::::::::::::::::::::::::::::::::::::::::::::::::: From f940d80e7aab0a48806e54575a20a3ca95f7b572 Mon Sep 17 00:00:00 2001 From: Martino Sorbaro Date: Thu, 2 May 2024 09:40:49 +0200 Subject: [PATCH 2/2] Changed comma to full stop --- episodes/02-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/02-setup.md b/episodes/02-setup.md index f755d36ab4..2f23b88528 100644 --- a/episodes/02-setup.md +++ b/episodes/02-setup.md @@ -48,7 +48,7 @@ For this lesson, we will be interacting with [GitHub](https://github.com/) and s ## Keeping your email private -If you elect to use a private email address with GitHub, then use GitHub's no-reply email address for the `user.email` value. It looks like `ID+username@users.noreply.github.com`, you can look up your own address in your GitHub [email settings](https://github.com/settings/emails). +If you elect to use a private email address with GitHub, then use GitHub's no-reply email address for the `user.email` value. It looks like `ID+username@users.noreply.github.com`. You can look up your own address in your GitHub [email settings](https://github.com/settings/emails). ::::::::::::::::::::::::::::::::::::::::::::::::::