Git & GitHub Flashcards

1
Q

What is Git?

A

Git is a distributed version control system (DVCS) that allows multiple developers and contributors to work on a project.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does Git provide for developers?

A

Git provides a way to work with one or more local branches and then push them to a remote repository.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is GitHub?

A

GitHub is a cloud platform that uses Git as its core technology.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does GitHub simplify collaboration?

A

GitHub simplifies the process of collaborating on projects by providing a website, command-line tools, and an overall flow for developers and users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What role does GitHub play in relation to Git?

A

GitHub acts as the remote repository for Git.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are some key features provided by GitHub?

A

Key features provided by GitHub include: Issues, Discussions, Pull requests, Notifications, Labels, Actions, Forks, Projects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly