From f3d9f4c3fd2a95df6cf7482f6f26522d1010a071 Mon Sep 17 00:00:00 2001 From: David Palmquist Date: Mon, 6 Jun 2022 10:59:42 -0700 Subject: [PATCH] Update 03-sharing.md Remote verbose text displayed as HTTPS, but new instructions are adding it as ssh. Adjusted to match. --- _episodes/03-sharing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_episodes/03-sharing.md b/_episodes/03-sharing.md index 569d2cc9..32169740 100644 --- a/_episodes/03-sharing.md +++ b/_episodes/03-sharing.md @@ -92,8 +92,8 @@ $ git remote -v ~~~ {: .language-bash } ~~~ -origin https://github.com//hello-world (fetch) -origin https://github.com//hello-world (push) +origin git@github.com:/hello-world.git (fetch) +origin git@github.com:/hello-world.git (push) ~~~ {: .output}