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

Sean Ortiz - Air Classroom Added Answers To answers.txt #15

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 @@
Sean Ortiz - Air Classroom
Your answers go here!
1. Linus Torvalds
2. He invented Linux
3. 2005
4. git init
5. It pushes what is on your machine (local repo) to GitHub(remote repo).
6. It ensures that those files not tracked by Git remain untracked (they are not pushed).
7. A fork is a copy of a repository. You would want one to either make changes to a project or to use a project as a starting point for your own idea.
8. It is a copy of an existing repo in a new directory. They are independent and self-contained so I believe there is no set amount you can have, it is infinite.
9. NO, NEVER according to Eric. At least for now, I read it's bad practice for novices until you learn about submodules, nesting, and other things I don't know yet about git.
10. True
Please include your name and number your answers.
==================================================