Skip to content

Commit

Permalink
Add tabs for alternative software in cloning step
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Nov 21, 2024
1 parent 707db1d commit c44d5ff
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions git-refresher/clone-a-repo.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit c44d5ff

Please sign in to comment.