From accabd7da677968516549b40476c60481d6ef969 Mon Sep 17 00:00:00 2001 From: Juan Date: Mon, 21 Mar 2022 16:39:08 -0500 Subject: [PATCH 1/2] Add my answers to answers.txt --- answers.txt | 10 ++++++++++ github_101 | 1 + 2 files changed, 11 insertions(+) create mode 160000 github_101 diff --git a/answers.txt b/answers.txt index 6b2a10f..bbdaf3f 100644 --- a/answers.txt +++ b/answers.txt @@ -1,3 +1,13 @@ Your answers go here! +1. Linus Torvald +2. Linus also invents Linux +3. 2005 +4. git init +5. allows you to send personal git file to remote +6. not to track certain files +7. Fork it allows you to take the repo that you copied and place it in your own account so you can edit your copy +8. clone copies the repo onto your computer from orignal git source. 1 per directory +9. no +10. true Please include your name and number your answers. ================================================== diff --git a/github_101 b/github_101 new file mode 160000 index 0000000..001de64 --- /dev/null +++ b/github_101 @@ -0,0 +1 @@ +Subproject commit 001de642e3e6d638c135cbac2641c5af4c613f3d From 891646cafc40fdea4b6d92ed943ad953d5b0c3e0 Mon Sep 17 00:00:00 2001 From: Ollerjuan <101987493+Ollerjuan@users.noreply.github.com> Date: Mon, 21 Mar 2022 16:51:25 -0500 Subject: [PATCH 2/2] Update answers.txt --- answers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/answers.txt b/answers.txt index bbdaf3f..f5fe417 100644 --- a/answers.txt +++ b/answers.txt @@ -1,4 +1,5 @@ Your answers go here! +Juan Oller 1. Linus Torvald 2. Linus also invents Linux 3. 2005