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 #35

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
13 changes: 13 additions & 0 deletions answers.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Your answers go here!
Please include your name and number your answers.
==================================================

Phil Berdecio

1. Linus Torvalds invented Git.
2. Torvalds is also famous for creating Linux.
3. Git was invented in 2005.
4. The comand that initializes a new repository is git init.
5. git push pushes changes from your local git repository to a remote git repository.
6. A .gitignore file tells git what not to track, either for security purposes or to exclude large files that don't need to be tracked.
7. A fork is an independent copy of a Git repository. It allows you to make your own changes without affecting the original repository.
8. A Git clone is a linked copy of a repository that you can synchronize with the repository that was cloned.
9. You should not put a Github repository inside of another Github repository.
10. true