Skip to content

Commit

Permalink
Merge pull request #126 from quist00/patch-1
Browse files Browse the repository at this point in the history
Update 03-sharing.md
  • Loading branch information
emcaulay authored Apr 19, 2023
2 parents 57bdd5d + f3d9f4c commit 00cf6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/03-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ $ git remote -v
~~~
{: .language-bash }
~~~
origin https://github.com/<your_github_username>/hello-world (fetch)
origin https://github.com/<your_github_username>/hello-world (push)
origin git@github.com:<your_github_username>/hello-world.git (fetch)
origin git@github.com:<your_github_username>/hello-world.git (push)
~~~
{: .output}

Expand Down

0 comments on commit 00cf6ce

Please sign in to comment.