From a3f12981d98a12a990fccb813a0671b85cfe7b33 Mon Sep 17 00:00:00 2001 From: Aman Goel Date: Mon, 13 Apr 2026 15:00:48 +0100 Subject: [PATCH] fix: update terminology for forking in exercise --- episodes/11-software-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/11-software-project.md b/episodes/11-software-project.md index 2436c632d..ff8ed1d00 100644 --- a/episodes/11-software-project.md +++ b/episodes/11-software-project.md @@ -111,7 +111,7 @@ and then obtain a local copy of that project (from your GitHub) on your machine. ## Exercise: Obtain the Software Project Locally -Using the command line, clone the copied repository +Using the command line, clone the forked repository from your GitHub account into the home directory on your computer using SSH. Which command(s) would you use to get a detailed list of contents of the directory you have just cloned?