Skip to content

Latest commit

 

History

History
49 lines (22 loc) · 731 Bytes

File metadata and controls

49 lines (22 loc) · 731 Bytes

Git Questions

Question 1

What are some of the problems that git solves?

Question 2

What does clone do?

Question 3

What does commit do?

Question 4

What does forking do?

Question 5

Why is a pull request necessary?

Question 6

What does history show us in Git?

Question 7

Why do we commit a message?