From 187ecd5ab6ca4f9a53c9499970a67533a2385c23 Mon Sep 17 00:00:00 2001 From: Corey Neal Date: Mon, 25 Jul 2022 21:40:24 -0500 Subject: [PATCH] Added quiz answers to answers.txt --- answers.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/answers.txt b/answers.txt index 6b2a10f..161a80b 100644 --- a/answers.txt +++ b/answers.txt @@ -1,3 +1,13 @@ Your answers go here! +1. Linus Torvalds +2. Linux +3. 2005 +4. git init +5. Sends changes back to the remote respository +6. Tells git not to add those files to your commits +7. A fork is a duplicate of a preexisting project that you create in order to make changes while preserving the stability of the master +8. A clone is a copy of a project on your local machine. You can make as many as you want. +9. You should not create a github repository in another github repository +10. True Please include your name and number your answers. ==================================================