Skip to content

Latest commit

 

History

History
49 lines (22 loc) · 641 Bytes

File metadata and controls

49 lines (22 loc) · 641 Bytes

Git Questions

Question 1

What are some of the problems that git solves?

helps us to share data

Question 2

What does clone do?

download

Question 3

What does commit do?

save

Question 4

What does forking do?

producing a personal copy of someone else's project

Question 5

Why is a pull request necessary?

let you tell others about changes you've pushed

Question 6

What does history show us in Git?

You can see details about any commit in GitHub Desktop

Question 7

Why do we commit a message?

because saves changes to a local repository