Version Control 2 Flashcards

1
Q

What is distributed version control?

A

Each client holds a complete copy of the code base.

Code is shared between clients by push/pulls

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

Advantage and disadvantage of distributed version control:

A

Advantage: Many operation cheaper.
No single point of failure

Disadvantage: A bit more complicated
Not as easy to manage
More threat entry points

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