Skip to content

Commit 57bdd5d

Browse files
authored
Merge pull request #141 from emcaulay/gh-pages
additional prose improvements
2 parents b96d89a + fc65a23 commit 57bdd5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/02-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ we need to configure a few things. The basic elements of a configuration for Git
2525
* what your preferred text editor is,
2626
* the name of your default branch (branches are an important component of Git that we will cover later).
2727

28-
First, we will check in on our current Git configuration. Open your shell terminal window and type:
28+
To start we will check in on our current Git configuration. Open your shell terminal window and type:
2929

3030
~~~
3131
$ git config --list
@@ -61,7 +61,7 @@ init.defaultbranch=main
6161
If you have different output, then you may have your Git configured already. If you have not configured Git, we will do that together now.
6262
First, we will tell Git our user name and email.
6363

64-
Please note: For this lesson, we will be interacting with [GitHub](https://github.com/) and so the email address used should be the same as the one used when setting up your GitHub account. If you are concerned about privacy, please review [GitHub’s instructions for keeping your email address private](https://help.github.com/articles/keeping-your-email-address-private/).
64+
Please note: You need to use the same email address in your Git configuration in the shell as you entered into GitHub when you created your GitHub account. Later in the lesson we will be using GitHub and the email addresses need to match. If you are concerned about privacy, please review [GitHub’s instructions for keeping your email address private](https://help.github.com/articles/keeping-your-email-address-private/).
6565

6666
Type these two commands into your shell, replacing `Your Name` and the email address with your own:
6767

0 commit comments

Comments
 (0)