Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.19 KB

File metadata and controls

54 lines (29 loc) · 1.19 KB

Git Questions

Question 1

What are some of the problems that git solves?

it helps you organize your data having a clean version of your data

Question 2

What does clone do?

it gives(download) a version of that repo that you want to use

Question 3

What does commit do?

it saves your work into your local device

Question 4

What does forking do?

its sends the update version of your data to be pushed to the cloud (github)

Question 5

Why is a pull request necessary?

to be guide for the person who wants to use your code or the person who is collabrating with you

Question 6

What does history show us in Git?

the chnage you made to your code or data

Question 7

Why do we commit a message?

so it clear for the person who you are sending it to and the purpose of your code or data