From b04881561d0e0d1fae86af192d998fb9959a0aa6 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 21 Mar 2022 16:51:12 -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..e19c5b7 100644 --- a/answers.txt +++ b/answers.txt @@ -1,3 +1,14 @@ Your answers go here! Please include your name and number your answers. ================================================== +Jonathan Kim +1. Linus Torvalds +2. Creating Linux kernel +3. 2005 +4. git init +5. Uploading changes to GitHub.. publishing almost. +6. It tells Git which files to ignore when committing your project to the repo. +7. Fork is a copy of the repo you change. It lets you make changes without changing the orignal repo. +8. It targets existing repo and creates a copy of the target repo. Not more than one in the same directory. +9. No +10. True \ No newline at end of file