From b7d345aeec6ac6357bb8923be09dfa9edf468cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cvvela2022=E2=80=9D?= <“victoriavela01@gmail.com”> Date: Mon, 25 Jul 2022 16:14:17 -0500 Subject: [PATCH] Add answers to answers.txt --- answers.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/answers.txt b/answers.txt index 6b2a10f..876969b 100644 --- a/answers.txt +++ b/answers.txt @@ -1,3 +1,14 @@ Your answers go here! Please include your name and number your answers. ================================================== +Victoria Vela - Answers +1) Who invented Git? - Linus Torvalds +2. What else is the person who invented Git famous for? - he also invented Linux +3. What year was Git invented? - 2005 +4. What is the git command to initialize a new repository? git init +5. In your own words, describe what the command git push is doing. - takes my commits and sneds them to wherever I tell it to go (ie: the fork I created in my github account) +6. What is the purpose of a .gitignore file? - allows you to ingnore a file you've committed in the past +7. What is a fork? Why would you want to have a fork? - a fork is a copy of all of the code. You would want to have a fork so that you can edit a copy versus the original code +8. What is a clone? How many clones can you have? - a clone is a copy on my local computer of the code in my github repository +9. Should you put a Github repository inside of another Github repository? No +10. You can type git status at any time while in a git repository - true or false? True