From ec364b0f6eb0f9032c133ff04d9dc75b448f58b6 Mon Sep 17 00:00:00 2001 From: jdaih Date: Mon, 21 Mar 2022 16:00:54 -0500 Subject: [PATCH] Add my answers to answers.txt --- answers.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/answers.txt b/answers.txt index 6b2a10f..c6fe4b5 100644 --- a/answers.txt +++ b/answers.txt @@ -1,3 +1,14 @@ Your answers go here! Please include your name and number your answers. ================================================== +Name: Justin Daih +1. Linus Torvalds +2. Main developer of the Linux kernel +3. 2005 +4. git init +5. git push moves the changes from a local repository to a remote repository +6. A .gitignore file is used to tell git not to track certain files +7. A fork is a complete copy of code which exists separately from the original repository. It allows you to make changes to the code without changing the original. +8. A clone is a copy of the forked code in your local machine. Typically a repository is only cloned once. +9. No, doing so may slow down your computer. +10. True \ No newline at end of file