Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 986 Bytes

File metadata and controls

50 lines (27 loc) · 986 Bytes

Git Questions

Question 1

What are some of the problems that git solves?

Question 2

What does clone do?

is used when you went to download

Question 3

What does commit do?

is used to save what you change

Question 4

What does forking do?

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

Question 5

Why is a pull request necessary?

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

Question 6

What does history show us in Git?

Question 7

Why do we commit a message? used to save