Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sohaib Ali Answers to quiz #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions answers.txt
Original file line number Diff line number Diff line change
@@ -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