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: 6 additions & 5 deletions questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,34 @@ What are some of the problems that git solves?
<!-- Answer the question under this comment -->



## Question 2

What does clone do?

<!-- Answer the question under this comment -->

is used when you went to download

## Question 3

What does commit do?

<!-- Answer the question under this comment -->

is used to save what you change

## Question 4

What does forking do?

<!-- Answer the question under this comment -->

Creating a “fork” is producing a personal copy of someone else's project

## Question 5

Why is a pull request necessary?

<!-- Answer the question under this comment -->

Concise pull requests allow for developers to efficiently review and quickly merge code into master.

## Question 6

Expand All @@ -45,5 +46,5 @@ What does history show us in Git?
## Question 7

Why do we commit a message?

used to save
<!-- Answer the question under this comment -->