Skip to content

Commit

Permalink
update figures for episode 07-github
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Nov 12, 2023
1 parent f65b3af commit f40fcd7
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions episodes/07-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
Binary file added episodes/fig/cut-git-verb_map-08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added episodes/fig/cut-git-verb_map-09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added episodes/fig/cut-git-verb_map-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added episodes/fig/cut-git-verb_map-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added episodes/fig/git-freshly-made-github-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified episodes/fig/github-create-repo-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified episodes/fig/github-create-repo-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified episodes/fig/github-create-repo-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified episodes/fig/github-find-repo-string.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added episodes/fig/github-repo-after-first-push.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 f40fcd7

Please sign in to comment.