We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b34b9cf + 4eea103 commit 35cf941Copy full SHA for 35cf941
episodes/03-sharing.md
@@ -92,8 +92,8 @@ $ git remote -v
92
~~~
93
{: .language-bash }
94
95
-origin https://github.com/<your_github_username>/hello-world (fetch)
96
-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)
97
98
{: .output}
99
0 commit comments