Skip to content

Commit

Permalink
Merge pull request #1004 from swcarpentry/martinosorb-patch-1
Browse files Browse the repository at this point in the history
Swap screenshots
  • Loading branch information
martinosorb authored Oct 8, 2024
2 parents c3f9af9 + 76df50a commit 3c3fd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions episodes/07-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GitHub repository a [remote](../learners/reference.md#remote) for the local repo
The home page of the repository on GitHub includes the URL string we need to
identify it:

![](fig/github-find-repo-string.png){alt='Clicking the "Copy to Clipboard" button on GitHub to obtain the repository\'s URL'}
![](fig/github-change-repo-string.png){alt='A screenshot showing that clicking on "SSH" will make GitHub provide the SSH URL for a repository instead of the HTTPS URL'}

Click on the 'SSH' link to change the [protocol](../learners/reference.md#protocol) from HTTPS to SSH.

Expand All @@ -95,7 +95,7 @@ minimum level for GitHub.

::::::::::::::::::::::::::::::::::::::::::::::::::

![](fig/github-change-repo-string.png){alt='A screenshot showing that clicking on "SSH" will make GitHub provide the SSH URL for a repository instead of the HTTPS URL'}
![](fig/github-find-repo-string.png){alt='Clicking the "Copy to Clipboard" button on GitHub to obtain the repository\'s URL'}

Copy that URL from the browser, go into the local `recipes` repository, and run
this command:
Expand Down

0 comments on commit 3c3fd61

Please sign in to comment.