checkout to switch (quizz)

pull/630/head
booleans-oss 4 years ago
parent b7e0c2436b
commit b4ee552f4c

@ -209,11 +209,11 @@
"questionText": "Πώς μεταβαίνετε σε έναν κλάδο;",
"answerOptions": [
{
"answerText": "git switch [όνομα-κλαδου]",
"answerText": "git checkout [όνομα-κλαδου]",
"isCorrect": "false"
},
{
"answerText": "git checkout [όνομα-κλαδου]",
"answerText": "git switch [όνομα-κλαδου]",
"isCorrect": "true"
},
{

@ -209,11 +209,11 @@
"questionText": "ブランチを切り替えるにはどうしたらいいですか?",
"answerOptions": [
{
"answerText": "git switch [ブランチ名]",
"answerText": "git checkout [ブランチ名]",
"isCorrect": "false"
},
{
"answerText": "git checkout [ブランチ名]",
"answerText": "git switch [ブランチ名]",
"isCorrect": "true"
},
{

@ -209,11 +209,11 @@
"questionText": "நீங்கள் ஒரு கிளைக்கு எப்படி மாறுகிறீர்கள்?",
"answerOptions": [
{
"answerText": "git switch [branch-name]",
"answerText": "git checkout [branch-name]",
"isCorrect": "false"
},
{
"answerText": "git checkout [branch-name]",
"answerText": "git switch [branch-name]",
"isCorrect": "true"
},
{

Loading…
Cancel
Save