Skip to content
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.
==================================================

1. Linus Torvalds
2. Developing Linux
3. 2005
4. git init
5. git push saves the repo onto the github remote server
6. .gitignore tells git not to track certain files
7. A fork is a copy that now exists separately from the original repo that you copied (or forked) from. To have your own copy to which you can modify.
8. A clone is a copy of the repo you forked. One clone per directory.
9. Never. Nevar. Not ever.
10. True