diff --git a/img/maybe_fork.jpeg b/img/maybe_fork.jpeg new file mode 100644 index 00000000..5930c984 Binary files /dev/null and b/img/maybe_fork.jpeg differ diff --git a/img/maybe_fork.png b/img/maybe_fork.png deleted file mode 100644 index 786ed4f5..00000000 Binary files a/img/maybe_fork.png and /dev/null differ diff --git a/img/maybe_ours_or_theirs.jpeg b/img/maybe_ours_or_theirs.jpeg new file mode 100644 index 00000000..0fb8af33 Binary files /dev/null and b/img/maybe_ours_or_theirs.jpeg differ diff --git a/img/maybe_ours_or_theirs.png b/img/maybe_ours_or_theirs.png deleted file mode 100644 index d73ead73..00000000 Binary files a/img/maybe_ours_or_theirs.png and /dev/null differ diff --git a/remote-setups-equivocal.Rmd b/remote-setups-equivocal.Rmd index 0f5104fe..797d10b8 100644 --- a/remote-setups-equivocal.Rmd +++ b/remote-setups-equivocal.Rmd @@ -34,7 +34,7 @@ When we detect just one GitHub remote, but we can't verify the info above, useth ```{r maybe_ours_or_theirs} #| echo = FALSE, fig.align = "center", out.width = "60%", #| fig.alt = "Setup described as \"maybe_ours_or_theirs\"" -knitr::include_graphics("img/maybe_ours_or_theirs.png") +knitr::include_graphics("img/maybe_ours_or_theirs.jpeg") ``` Once a PAT is available, this setup can be identified as being ["ours" (belonging to you)](#ours-you), ["ours" (but belonging to someone else)](#ours-them), or ["theirs"](#theirs). @@ -46,7 +46,7 @@ When we detect two GitHub remotes, but we can't verify the info above, usethis d ```{r maybe_fork} #| echo = FALSE, fig.align = "center", out.width = "60%", #| fig.alt = "Setup described as \"maybe_fork\"" -knitr::include_graphics("img/maybe_fork.png") +knitr::include_graphics("img/maybe_fork.jpeg") ``` Once a PAT is available, this setup can be identified as being a well-configured [fork](#fork-them) or a [fork with incomplete setup](#fork_upstream_is_not_origin_parent) (or possibly something more weird).