Git allows switching branches with either the new experimental 'switch' command or 'checkout'. Changing the quiz answers to reflect this.

pull/789/head
kastone 3 years ago
parent b07e06e1a4
commit f85a725324

@ -209,11 +209,11 @@
"questionText": "How do you switch to a branch?",
"answerOptions": [
{
"answerText": "git checkout [branch-name]",
"answerText": "git fetch [branch-name]",
"isCorrect": "false"
},
{
"answerText": "git switch [branch-name]",
"answerText": "git switch [branch-name] OR git checkout [branch-name]",
"isCorrect": "true"
},
{

Loading…
Cancel
Save