From aec3fc840826da10b0e53592cbd7f6af3ff010e8 Mon Sep 17 00:00:00 2001 From: JCollinJones25 Date: Mon, 21 Mar 2022 16:17:18 -0400 Subject: [PATCH] Answers to quiz on answers.text --- answers.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/answers.txt b/answers.txt index 6b2a10f..327274c 100644 --- a/answers.txt +++ b/answers.txt @@ -1,3 +1,14 @@ Your answers go here! Please include your name and number your answers. ================================================== +James Collin Jones +1. Linus Torvalds. +2. He also created Linux Kernel. +3. Git was created in 2005. +4. git init +5. git push will send commits of a local repository to a remote repository in GitHub. +6. A .gitignore file tells Git to ignore certain files when you make a commit so you do not commit everything because we do not always want all of our files to be shared on the internet. +7. A fork allows you to make changes to original code without actually changing that code. +8. A clone is a copy of a project from Github onto your computer. You can have as many clones as you want, just don't clone a repo within another repo. +9. No, do not clone repos inside repos. +10. True. \ No newline at end of file