From 5d29f75dffd5c44e056e324bb950ed7707fad986 Mon Sep 17 00:00:00 2001 From: RickHayden Date: Mon, 25 Jul 2022 16:46:52 -0400 Subject: [PATCH] Add my answers to answers.txt --- answers.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/answers.txt b/answers.txt index 6b2a10f..04d72cd 100644 --- a/answers.txt +++ b/answers.txt @@ -1,3 +1,13 @@ Your answers go here! Please include your name and number your answers. ================================================== +1. Linus Torvalds +2. the Linux Operating System +3. 2005 +4. git init +5. it is used to transfer your commit from the local repository into the remote repository +6. to avoid committing unnecessary files or recommitting past files +7. A fork makes a copy of a repo, so that you can make your own edits to it +8. The git clone command is used to create a copy of a specific repository or branch within a repository. You can have as many as you need. +9. No you should not. +10. True \ No newline at end of file