Linux > Distributed Version Control with Git > Flashcards
What is an open source distributed version control system?
Git
What implements branching and merging
Git
What implements a staging area prior to a commit
Git
What focuses on speed and performance
Git
Common Git Commands and Remote Commands
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