From fb1c70bf94fc75252a2ed407cda60e7a7deb26bb Mon Sep 17 00:00:00 2001 From: sydney2317 Date: Thu, 3 Oct 2024 23:30:06 -0500 Subject: [PATCH 1/2] Revert "Merge pull request #3 from AllisonW123/patch-1" This reverts commit 9f482b34f304b3a745f361cbc431f1e08db3e6e9, reversing changes made to cf85255b2e5227cf1fcdc2fd363ccfd7773fba2a. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dff633b..ae1ff4d 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ Welcome! This is the sandbox repository for the [Foundations of Git](https://learn.gitkraken.com) course. Use this repository for exercise lessons, or as a sandbox for your own exploration. -## Cloning with GitKraken Desktop +## Cloning with GitKraken Client 1. [Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository) the repo on GitHub - 2. Download [GitKraken Desktop](https://gitkraken.com) + 2. Download [GitKraken Client](https://gitkraken.com) 3. Connect with GitHub account (not required, but helpful) 4. From New Tab, click the "Clone a repo" button - If you connected with GitHub, select GitHub.com tab and use dropdown menu to select fork. Then clone to your machine. - - If not connected with GitHub, use the "Clone with URL" option and paste the Clone URL from fork repo page on GitHub. Then clone to your machine. + - If not connected with GitHub, use the "Clone with URL" option and paste the Clone URL from fork repo page on GitHub. Then clone to your machine 5. Success! Refer back to [course lessons](https://learn.gitkraken.com) for exercises. From 40654c86730b133ebe9d84974c6b2f986d93b22b Mon Sep 17 00:00:00 2001 From: sydney2317 Date: Mon, 7 Oct 2024 20:36:14 -0500 Subject: [PATCH 2/2] Reapply "Merge pull request #3 from AllisonW123/patch-1" This reverts commit fb1c70bf94fc75252a2ed407cda60e7a7deb26bb. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae1ff4d..dff633b 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ Welcome! This is the sandbox repository for the [Foundations of Git](https://learn.gitkraken.com) course. Use this repository for exercise lessons, or as a sandbox for your own exploration. -## Cloning with GitKraken Client +## Cloning with GitKraken Desktop 1. [Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository) the repo on GitHub - 2. Download [GitKraken Client](https://gitkraken.com) + 2. Download [GitKraken Desktop](https://gitkraken.com) 3. Connect with GitHub account (not required, but helpful) 4. From New Tab, click the "Clone a repo" button - If you connected with GitHub, select GitHub.com tab and use dropdown menu to select fork. Then clone to your machine. - - If not connected with GitHub, use the "Clone with URL" option and paste the Clone URL from fork repo page on GitHub. Then clone to your machine + - If not connected with GitHub, use the "Clone with URL" option and paste the Clone URL from fork repo page on GitHub. Then clone to your machine. 5. Success! Refer back to [course lessons](https://learn.gitkraken.com) for exercises.