From 3b8df1b9ffa54fac183f105c3cbcccb54f9a84f7 Mon Sep 17 00:00:00 2001 From: mvrcusj Date: Wed, 24 Jun 2020 19:01:33 -0400 Subject: [PATCH 1/3] Updated README with answers --- REVIEW.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/REVIEW.md b/REVIEW.md index ef98fef..c7ff1cb 100644 --- a/REVIEW.md +++ b/REVIEW.md @@ -2,44 +2,40 @@ ## how do we fork a repo? -- Fork this repo when the url is shared in slack +- Fork from URL provided in slack or by searching for the repo creator's profile and looking for the desired repo in their created repo history. ## how do clone a repo to be available on our local? -- For discussion and then for all to clone +- You can clone by clicking the clone button or by copying and pasting the address bar's URL and using the git clone command followed by the copied URL. ## how do we move changes from working folder to staging? -- Type the commands and any extra info you want to share here +- git add . ## how do we move changes from staging folder to the local repo? -- Type the commands and any extra info you want to share here - -## how do we move changes from staging folder to the local repo? - -- Type the commands and any extra info you want to share here +- git commit -m "Direct informative title" ## how do we confirm what is in the local repo -- Type the commands and any extra info you want to share here +- git status ## how do we confirm what is in the remote repo -- Type the commands and any extra info you want to share here +- git log ## how do we confirm the url of our git remotes? -- Type the commands and any extra info you want to share here +- git remote -v ## how many and what sections are in an html document -Type your answer here, use git commands to +- 2. Head + Body ## there are two ways to reference css in the header - show examples of two tags that are used for styling -Type your answer here and push it up +-