Skip to content

Commit

Permalink
Change how figure comes in
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Oct 20, 2021
1 parent e92f1b7 commit f47a8ed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions install-git-client.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@ Try the operation again at least once before doing any further troubleshooting.*
Here's a screenshot of GitKraken (see below) open to the repository for the R package [pkgdown](https://pkgdown.r-lib.org).
You get a nice graphical overview of the recent commit history, branches, and diffs, as well as a GUI that facilitates the most common Git operations.

![GitKraken screenshot](img/gitkraken-pkgdown-screenshot.png)
```{r}
#| echo = FALSE, fig.align = "center", out.width = "100%",
#| fig.alt = "GitKraken screenshot"
knitr::include_graphics("img/gitkraken-pkgdown-screenshot.png")
```

In contrast, here's a shell session where I've used command line Git to access some of the same information.

``` bash
```console
jenny@jennys-MacBook-Pro pkgdown % git log --oneline -n 10
cd888bed (HEAD -> master, upstream/master, upstream/HEAD, r-lib/master, r-lib/HEAD) Remove accidentally committed snapshot
ca01d386 Add a skip link (#1833)
Expand Down

0 comments on commit f47a8ed

Please sign in to comment.