Skip to content

Commit 41d7bc6

Browse files
committed
added full name for SSH at first instance instead of just the abbreviation
1 parent 9bd1bbd commit 41d7bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/03-sharing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Clicking `New Repository` will take you to a creation page with different option
4949

5050
The next page that GitHub displays contains some information to help you connect your repository on GitHub with your local repository (on your own computer). To make this connection, we want to tell our local repository that GitHub is the `remote` repository. In order to do that we need the information that GitHub displays in the "Quick setup" box on this page.
5151

52-
We will use the SSH protocol for this lesson, so please make sure that button shows that it is selected (gray highlight) and that the address in the text box starts with git@github. It will look something like this:
52+
We will use the Secure Shell (SSH) protocol for this lesson, so please make sure that button shows that it is selected (gray highlight) and that the address in the text box starts with git@github. It will look something like this:
5353

5454
![The repository set up page in GitHub showing the SSH address to use.](../fig/github-repo-connect.png)
5555

0 commit comments

Comments
 (0)