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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@

1. What is a repository?

<!-- Write your answer under here -->
<!--repostory is like a file on github!-->

2. What is the Git command to make a copy of a repo to your laptop?

<!-- Write your answer under here -->
<!--fork command is to make a copy to your personal repo to be able later to push the origin!-->

3. What is the Git command to send your code to Github?

<!-- Write your answer under here -->
<!--is git push origin main!-->

4. What does the -m in a Git commit command mean or do?

<!-- Write your answer here -->
<!--is a comment or so instruction to leave your patnern in that work-->

5. What is the Git command for making a commit?

<!-- Write your answer here -->
<!-- git commit is the command to make save or changes -->

6. What is the Git command to put your files in the staging area?

<!-- Write your answer here -->
<!--is code . command to store or load your code in VS-CODE OR SOMEWHERE ELSE-->

7. What does origin stand for when pushing you code?

<!-- Write your answer here -->
<!--origin is where you wanna store your data in github -->