Git Flashcards

1
Q

4 characteristic of Git

A

Distributive / Adaptive / Fast & Reliable / Flexible

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

7 benefits of Git

A

Free & Open-source / Supports non linear dev / Tracks history of files / create Backups / Supports collaboration / Scalable / distributed env

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

Why popular (4 items)

A

Ditributed VCS / Project History / Simultaneous & Collaborative / Auditing Source Code

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

Qu’est ce qu’un DVCS

A

Distributed Versionning Control System ; chq possède son propre repo local, possibilité de travaillé en local, pas de dépendance server central, merge conflicts moins nombreux, no silo longer period work for dev

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

quel est la différence entre un git revert & git reset

A

Revert = annule des changements MAIS en ajoutant un commit de correction car le problème est déjà public pour tous / Reset = permet d’annuler un commit qui n’a pas été pusher en public

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

quel sont les 5 branches d’un git flow basic

A

Master / Develop / Feature / Release / Hotfix

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