Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1008 Bytes

File metadata and controls

50 lines (28 loc) · 1008 Bytes

Git Questions

Question 1

What are some of the problems that git solves?

Question 2

What does clone do?

creates a local copy

Question 3

What does commit do?

is used to save your changes to the local repository

Question 4

What does forking do?

A fork is a copy of a repository

Question 5

Why is a pull request necessary?

mechanism for a developer to notify team members that a feature or fix

Question 6

What does history show us in Git?

we saw in the previous lesson or projects

Question 7

Why do we commit a message?

provide you useful information about what has changed and why