@ -209,11 +209,11 @@
"questionText": "Πώς μεταβαίνετε σε έναν κλάδο;",
"answerOptions": [
{
"answerText": "git switch [όνομα-κλαδου]",
"answerText": "git checkout [όνομα-κλαδου]",
"isCorrect": "false"
},
"isCorrect": "true"
"questionText": "ブランチを切り替えるにはどうしたらいいですか?",
"answerText": "git switch [ブランチ名]",
"answerText": "git checkout [ブランチ名]",
"questionText": "நீங்கள் ஒரு கிளைக்கு எப்படி மாறுகிறீர்கள்?",
"answerText": "git switch [branch-name]",
"answerText": "git checkout [branch-name]",