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
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 Linux Operating System
3. 2005
4. git init
5. it is used to transfer your commit from the local repository into the remote repository
6. to avoid committing unnecessary files or recommitting past files
7. A fork makes a copy of a repo, so that you can make your own edits to it
8. The git clone command is used to create a copy of a specific repository or branch within a repository. You can have as many as you need.
9. No you should not.
10. True