Distributed Version Control with Git Flashcards
1
Q
What is an open source distributed version control system?
A
Git
2
Q
What implements branching and merging
A
Git
3
Q
What implements a staging area prior to a commit
A
Git
4
Q
What focuses on speed and performance
A
Git
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