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

Add my answers to answers.txt #41

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
10 changes: 10 additions & 0 deletions answers.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Your answers go here!
Please include your name and number your answers.
==================================================
1. Linus Torvalds
2. The development of Linux kernel
3. Git was invented in 2005
4. git init
5. git push is sending a copy of your code from your local machine to remote respository
6. It ensures sensitive data is not pushed to remote respository
7. A fork is a copy of a repository that you manage. Forks let you make changes to a project without affecting the original repository.
8. Cloning is making a copy a repository from GitHub.com to your local machine. You can have as many clones as you want
9. No, you should never put a github repository inside of another.
10. True