From be8af63c1325a2a482cfd367510f270d0631918a Mon Sep 17 00:00:00 2001 From: Andree Valle Campos Date: Sun, 12 Nov 2023 00:58:30 +0000 Subject: [PATCH] add checklist concept figure at the end --- episodes/08-collab.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/episodes/08-collab.md b/episodes/08-collab.md index c67f9f098f..b64329b11f 100644 --- a/episodes/08-collab.md +++ b/episodes/08-collab.md @@ -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.