diff --git a/episodes/07-github.md b/episodes/07-github.md index d2d212dcd..bdcac2813 100644 --- a/episodes/07-github.md +++ b/episodes/07-github.md @@ -78,7 +78,7 @@ which looked like this: Now that we have two repositories, we need a diagram like this: -![](fig/git-freshly-made-github-repo.svg){alt='Freshly-Made GitHub Repository'} +![](fig/git-freshly-made-github-repo.png){alt='Freshly-Made GitHub Repository'} Note that our local repository still contains our earlier work on `sitrep.Rmd`, but the remote repository on GitHub appears empty as it doesn't contain any files yet. @@ -409,7 +409,7 @@ to make Git default to using the terminal for usernames and passwords. Our local and remote repositories are now in this state: -![](fig/github-repo-after-first-push.svg){alt='GitHub Repository After First Push'} +![](fig/github-repo-after-first-push.png){alt='GitHub Repository After First Push'} ::::::::::::::::::::::::::::::::::::::::: callout @@ -633,6 +633,12 @@ create mode 100644 README.md :::::::::::::::::::::::::::::::::::::::::::::::::: +::::::::::::::::: checklist + +[Use `git pull` to download content from a remote repository to the workspace and update the local repository to match that content. Use `git push` to upload local repository content to a remote repository.](cut-git-verb_map-09.png) + +::::::::::::::::::::::::::: + :::::::::::::::::::::::::::::::::::::::: keypoints - A local Git repository can be connected to one or more remote repositories. diff --git a/episodes/fig/cut-git-verb_map-08.png b/episodes/fig/cut-git-verb_map-08.png new file mode 100644 index 000000000..42dd0f577 Binary files /dev/null and b/episodes/fig/cut-git-verb_map-08.png differ diff --git a/episodes/fig/cut-git-verb_map-09.png b/episodes/fig/cut-git-verb_map-09.png new file mode 100644 index 000000000..ba2ab99c2 Binary files /dev/null and b/episodes/fig/cut-git-verb_map-09.png differ diff --git a/episodes/fig/cut-git-verb_map-10.png b/episodes/fig/cut-git-verb_map-10.png new file mode 100644 index 000000000..cfaa682f1 Binary files /dev/null and b/episodes/fig/cut-git-verb_map-10.png differ diff --git a/episodes/fig/cut-git-verb_map-11.png b/episodes/fig/cut-git-verb_map-11.png new file mode 100644 index 000000000..af45d2ac4 Binary files /dev/null and b/episodes/fig/cut-git-verb_map-11.png differ diff --git a/episodes/fig/git-freshly-made-github-repo.png b/episodes/fig/git-freshly-made-github-repo.png new file mode 100644 index 000000000..32ff6d840 Binary files /dev/null and b/episodes/fig/git-freshly-made-github-repo.png differ diff --git a/episodes/fig/github-create-repo-01.png b/episodes/fig/github-create-repo-01.png index 6dc6bf219..cdb0c64b6 100644 Binary files a/episodes/fig/github-create-repo-01.png and b/episodes/fig/github-create-repo-01.png differ diff --git a/episodes/fig/github-create-repo-02.png b/episodes/fig/github-create-repo-02.png index 5981881cd..b82adb9b9 100644 Binary files a/episodes/fig/github-create-repo-02.png and b/episodes/fig/github-create-repo-02.png differ diff --git a/episodes/fig/github-create-repo-03.png b/episodes/fig/github-create-repo-03.png index ebce87d5e..bc49e7161 100644 Binary files a/episodes/fig/github-create-repo-03.png and b/episodes/fig/github-create-repo-03.png differ diff --git a/episodes/fig/github-find-repo-string.png b/episodes/fig/github-find-repo-string.png index 97d339bd7..bff093787 100644 Binary files a/episodes/fig/github-find-repo-string.png and b/episodes/fig/github-find-repo-string.png differ diff --git a/episodes/fig/github-repo-after-first-push.png b/episodes/fig/github-repo-after-first-push.png new file mode 100644 index 000000000..f5086790a Binary files /dev/null and b/episodes/fig/github-repo-after-first-push.png differ