From 67613aef2d756b98fa01fc1f7e7a0673ac7c12f8 Mon Sep 17 00:00:00 2001 From: RyanMacc Date: Mon, 21 Mar 2022 17:12:14 -0400 Subject: [PATCH] Add my answers to answers.txt --- answers.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/answers.txt b/answers.txt index 6b2a10f..e637908 100644 --- a/answers.txt +++ b/answers.txt @@ -1,3 +1,15 @@ Your answers go here! Please include your name and number your answers. ================================================== +Andrew Bader + +1. Linus Torvalds +2. Linux +3. 2005 +4. git init +5. uploading altered content from local repository to remote repository (ie GitHub) +6. To protect private data from public internet +7. A fork is a copy of a file that I can work on without destroying original +8. A clone is a copy on my own system that I can edit and alter. Google search says you can but you have to git clone in separate repositories +9. No +10. True \ No newline at end of file