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

Mohammed Hasif Rahman - Water_classroom.

1. Linus Torvalds.

2. Creator and main developer of Linux.

3. 2005

4. git init

5. git push sends your local repository/code and uploads it to your repository on github/ wherever you stored your code.

6. .gitignore files lets you ignore files you need while using/testing your code but contains secret keys or confidential information you do not wish the public to see. These files will not be pushed onto github.

7. Fork is basically copying over someone's entire repository. You want to do this so you can edit it yourself.

8. A clone is the next step after forking, where you make a full copy that you can edit and use. You can have as many clones as you want.

9. Never, Never, Never put github repos in another github repo.

10. True.