Correct Answer: Clone
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
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?
What does refs store?
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:
What is the common short-hand for deleting a branch in a remote repository?