Skip to content

Commit

Permalink
add checklist concept figure at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Nov 12, 2023
1 parent f40fcd7 commit be8af63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions episodes/08-collab.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ What are some of the benefits of using version control, Git and GitHub?

::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::: checklist

[Use `git clone` to obtain a development copy of a remote repository. Like `git init`, cloning is generally a one-time operation. Use `git pull` to update the local repository to match the content in the remote repository.](cut-git-verb_map-10.png)

:::::::::::::::::::::::::::

:::::::::::::::::::::::::::::::::::::::: keypoints

- `git clone` copies a remote repository to create a local repository with a remote called `origin` automatically set up.
Expand Down

0 comments on commit be8af63

Please sign in to comment.