diff --git a/devNotes/gitSetup.md b/devNotes/gitSetup.md index 430940523979b195c36b62d79d46a0e31da14b7d..bebe7eeab083de08fa7e925d11dce8138b4f8a43 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`