From 97c7699365d380c2d317f5d542eac48c79c1bdac Mon Sep 17 00:00:00 2001 From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io> Date: Tue, 7 Sep 2021 17:46:52 +1200 Subject: [PATCH] Fix-documtation --- devNotes/gitSetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devNotes/gitSetup.md b/devNotes/gitSetup.md index 43094052397..bebe7eeab08 100644 --- a/devNotes/gitSetup.md +++ b/devNotes/gitSetup.md @@ -14,7 +14,7 @@ 3. Clone the repo and then change to the new directory * Clicking on the dropdown arrow on the far right blue clone button in the gitgud interface on your fork gives you the relevant URLs. - * Via terminal: `git clone --depth --single-branch 1 <url-to-your-fork> && cd fc-pregmod` + * Via terminal: `git clone --depth 1 --single-branch <url-to-your-fork> && cd fc-pregmod` 4. Add the main repository as a remote target * Via terminal: `git remote add upstream https://gitgud.io/pregmodfan/fc-pregmod.git` -- GitLab