From c44d5ff82dbd0871cc3ed5fdb37b8cb80b9bff39 Mon Sep 17 00:00:00 2001 From: Rich Bielby Date: Thu, 21 Nov 2024 14:14:02 +0000 Subject: [PATCH] Add tabs for alternative software in cloning step --- git-refresher/clone-a-repo.qmd | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/git-refresher/clone-a-repo.qmd b/git-refresher/clone-a-repo.qmd index a65872d..d1a6cec 100644 --- a/git-refresher/clone-a-repo.qmd +++ b/git-refresher/clone-a-repo.qmd @@ -18,7 +18,7 @@ a\. Go to the [git-academy-sandbox](https://github.com/dfe-analytical-services/g b\. Click the "Code" button and copy the URL (HTTPS link). ::: panel-tabset -## To Clone Using Git Bash: +## Git Bash: ### Step 2a: Open folder and Git Bash @@ -47,7 +47,11 @@ You will need to right-click to paste, as the keyboard shortcut will not work in - Type **git log** and press enter to view recent commits. Press **q** when you are ready to exit git log. - Type **git status** and press enter to check the state of the cloned repository (at this point, it should say everything is up to date, as you haven't made any changes yet). -## Or, to Clone Using RStudio: +## GitHub Desktop + +## VS Code + +## RStudio: ### Step 2a: Open RStudio @@ -70,6 +74,9 @@ Open RStudio on your device. Check the Files pane in RStudio to see if the repo files have been cloned to your local machine. The files pane normally opens in the right-hand bottom corner of RStudio. ![](images/clone_rstudio-files.png) + +## PyCharm + ::: ## Conclusion