Correct Answer: Distributed Version Control System
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Git Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Git MCQ Questions
Which command gets a copy of an existing Git repository?
How does Git think of its data?
Which option enables inclusion of author name in custom log format?
Which version onwards did Git offer reversing a file back to what it looked like when last committed?
Which strategy is used by Git for merging two branches?
Normally "HEAD" stores the name of a branch, and it is said to be detached when:
You stage two files, f1 and f2. Which command unstages only f1?
What does 'git diff other/master..HEAD' do
What is the relationship between the --short and --dry-run options for git commit?
"git log --since --before" is used to: