From 5bdf195064d2cad3dcfd0a0eef27e56aeecef606 Mon Sep 17 00:00:00 2001 From: Josh Sparks Date: Mon, 25 Jul 2022 17:27:17 -0400 Subject: [PATCH] Add my answers to answers.txt --- answers.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/answers.txt b/answers.txt index 6b2a10f..da7e63a 100644 --- a/answers.txt +++ b/answers.txt @@ -1,3 +1,25 @@ Your answers go here! Please include your name and number your answers. + +Josh Sparks + +1. Linus Torvalds invented git + +2. He was the creator and, historically, the lead developer of Linux Kernel + +3. April 7, 2005 + +4. git init + +5. git push uploads files from the local repository to the remote repository. + +6. gitignore tells git not to track certain files. + +7. fork lets you copy someone else's repository to your own. + +8. a clone is a copy of an existing repo into a new local directory. You can have unlimited clones. + +9. NO! + +10. True ==================================================