From 6c1a7e039668602d0dffbccfa727f22d374e20c0 Mon Sep 17 00:00:00 2001 From: Sohaib Ali Date: Mon, 25 Jul 2022 17:08:53 -0400 Subject: [PATCH] Sohaib Ali Answers to quiz --- answers.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/answers.txt b/answers.txt index 6b2a10f..fc3e2f4 100644 --- a/answers.txt +++ b/answers.txt @@ -1,3 +1,14 @@ Your answers go here! Please include your name and number your answers. ================================================== +Sohaib Ali +1. Linus Torvalds invented Git 15 years ago. +2.He is also known for creating linux. +3.Git was founded in 2005. +4.The command for initializing new repo is "git innit"". +5.git push uploads from local repo to a remote repo. +6.gitignore tells git to NOT track certain files for privacy purposes. +7.The reeason you fork is so that you can make your own changes to a copy of the original repo without affecting the original project. +8.a clone is a copy of all the code in the repo and there isnt a limit on it. +9.NO u should not put one git repo in another one. +10.The git status command displays the state of the working directory and the staging area. It lets you see which changes have been staged, which haven't, and which files aren't being tracked by Git. Status output does not show you any information regarding the committed project history \ No newline at end of file