From e14522c2b661cc05797c40b22c7eb6d3b66cb5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cphilberdecio=E2=80=9D?= <“philberdecio@gmail.com”> Date: Mon, 25 Jul 2022 18:22:02 -0500 Subject: [PATCH] Add my answers to answers.txt --- answers.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/answers.txt b/answers.txt index 6b2a10f..53ef759 100644 --- a/answers.txt +++ b/answers.txt @@ -1,3 +1,16 @@ Your answers go here! Please include your name and number your answers. ================================================== + +Phil Berdecio + +1. Linus Torvalds invented Git. +2. Torvalds is also famous for creating Linux. +3. Git was invented in 2005. +4. The comand that initializes a new repository is git init. +5. git push pushes changes from your local git repository to a remote git repository. +6. A .gitignore file tells git what not to track, either for security purposes or to exclude large files that don't need to be tracked. +7. A fork is an independent copy of a Git repository. It allows you to make your own changes without affecting the original repository. +8. A Git clone is a linked copy of a repository that you can synchronize with the repository that was cloned. +9. You should not put a Github repository inside of another Github repository. +10. true \ No newline at end of file