Skip to content

Commit 4eea103

Browse files
authored
Update 03-sharing.md
Remote verbose text displayed as HTTPS, but new instructions are adding it as ssh. Adjusted to match.
1 parent b1df731 commit 4eea103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/03-sharing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ $ git remote -v
9292
~~~
9393
{: .language-bash }
9494
~~~
95-
origin https://github.com/<your_github_username>/hello-world (fetch)
96-
origin https://github.com/<your_github_username>/hello-world (push)
95+
origin git@github.com:<your_github_username>/hello-world.git (fetch)
96+
origin git@github.com:<your_github_username>/hello-world.git (push)
9797
~~~
9898
{: .output}
9999

0 commit comments

Comments
 (0)