Use LEFT and RIGHT arrow keys to navigate between flashcards;
Use UP and DOWN arrow keys to flip the card;
H to show hint;
A reads text to speech;
4 Cards in this Set
- Front
- Back
Centralized VCS |
Code is in one location. |
|
Distributed VCS |
Code is on multiple devices |
|
What does cloning do? |
Copies on local device |
|
What does a branch allow you to do? |
Allows multiple people on the code with their own versions without affecting the main version. |