Skip to content

Commit

Permalink
differences for PR #1000
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 3, 2024
1 parent 8c868ac commit d1eb00d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 07-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ which looked like this:

Now that we have two repositories, we need a diagram like this:

![](fig/git-freshly-made-github-repo.svg) {alt='A diagram illustrating how the GitHub "planets" repository is also a git repository like our local repository, but that it is currently empty'}
![](fig/git-freshly-made-github-repo.svg){alt='A diagram illustrating how the GitHub "planets" repository is also a git repository like our local repository, but that it is currently empty'}

Note that our local repository still contains our earlier work on `mars.txt`, but the
remote repository on GitHub appears empty as it doesn't contain any files yet.
Expand All @@ -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-find-repo-string.png){alt='Clicking the "Copy to Clipboard" button on GitHub to obtain the repository\'s URL'}

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

Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"episodes/04-changes.md" "57b35b367e731cf7f620cc0a3841f441" "site/built/04-changes.md" "2024-06-20"
"episodes/05-history.md" "6b54b47be5244afc368d49e4f99dfbf1" "site/built/05-history.md" "2024-06-20"
"episodes/06-ignore.md" "0683eb66e0a84b5297827704a1010c7b" "site/built/06-ignore.md" "2023-09-18"
"episodes/07-github.md" "7a9bdeb91c3b2fcc331b8f2f457c7beb" "site/built/07-github.md" "2024-06-20"
"episodes/07-github.md" "22afc6088f88325bbc4c83c266ba96cd" "site/built/07-github.md" "2024-07-03"
"episodes/08-collab.md" "1467e4993e8854f39db4ce9376813355" "site/built/08-collab.md" "2024-06-20"
"episodes/09-conflict.md" "7030a6e8728e09fad34ce0485beff273" "site/built/09-conflict.md" "2024-07-03"
"episodes/10-open.md" "6504a09be66b6c32dc3bc929da9ae50e" "site/built/10-open.md" "2023-05-30"
Expand Down

0 comments on commit d1eb00d

Please sign in to comment.