Distributed Version Control with Git Flashcards

1
Q

What is an open source distributed version control system?

A

Git

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

What implements branching and merging

A

Git

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

What implements a staging area prior to a commit

A

Git

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

What focuses on speed and performance

A

Git

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

Common Git Commands and Remote Commands

A

init, add, status, commit (-m option for committing with a specific message) branch, checkout (-b option for a new branch), merge
remote: clone, pull, push, remote

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