From 1dac9d825e5822a5c62ee2767bd930559411c7e4 Mon Sep 17 00:00:00 2001 From: br1ght Date: Mon, 25 Jul 2022 19:33:57 -0400 Subject: [PATCH] Added my answers to answers.txt --- answers.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/answers.txt b/answers.txt index 6b2a10f..c027414 100644 --- a/answers.txt +++ b/answers.txt @@ -1,3 +1,14 @@ Your answers go here! Please include your name and number your answers. ================================================== + +1. Linus Torvalds +2. Developing Linux +3. 2005 +4. git init +5. git push saves the repo onto the github remote server +6. .gitignore tells git not to track certain files +7. A fork is a copy that now exists separately from the original repo that you copied (or forked) from. To have your own copy to which you can modify. +8. A clone is a copy of the repo you forked. One clone per directory. +9. Never. Nevar. Not ever. +10. True \ No newline at end of file