From 61da2536c7b1b8eadc01c4cea8d4781c7a314159 Mon Sep 17 00:00:00 2001 From: Oksanka25 Date: Mon, 21 Mar 2022 16:29:18 -0400 Subject: [PATCH] Add my answers.txt --- answers.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/answers.txt b/answers.txt index 6b2a10f..bc11edc 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 Legacy of Linus Torvalds: Linux, Git, and One Giant Flamethrower. +3. 2005 +4. git init +5.The git push command is used to upload local repository content to a remote repository. +6. The . gitignore file tells Git which files to ignore when committing your project to the GitHub repository. +7. The purpose of fork() is to create a new process, which becomes the child process of the caller. +8. When you clone a repository, you copy the repository from GitHub.com to your local machine. You can clone as many cuttings as you want as long as the original plants still have lots of branches. +9. It's possible to do, not sure if one should do that. +10. true \ No newline at end of file