Skip to content

Commit

Permalink
Screenshot re: how to get URL on clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Oct 22, 2021
1 parent c9069de commit f22c9e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions connect-git-github.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Copy a clone URL to your clipboard.
If you're taking our default advice, copy the HTTPS URL.
But if you're opting for SSH, then make sure to copy the SSH URL.

```{r}
#| echo = FALSE, fig.align = "center", out.width = "100%",
#| fig.alt = "Selecting an HTTPS vs SSH URL on GitHub"
knitr::include_graphics("img/github-https-or-ssh-url-annotated.png")
```

## Clone the repo to your local computer

We have a few ways to do this: with command line Git or via RStudio.
Expand Down
6 changes: 6 additions & 0 deletions connect-rstudio-git-github.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ Copy a clone URL to your clipboard.
If you're taking our default advice, copy the HTTPS URL.
But if you're opting for SSH, then make sure to copy the SSH URL.

```{r}
#| echo = FALSE, fig.align = "center", out.width = "100%",
#| fig.alt = "Selecting an HTTPS vs SSH URL on GitHub"
knitr::include_graphics("img/github-https-or-ssh-url-annotated.png")
```

## Clone the test GitHub repository to your computer via RStudio

In RStudio, start a new Project:
Expand Down
Binary file added img/github-https-or-ssh-url-annotated.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f22c9e0

Please sign in to comment.