3♡Q: Download remote repository locally
{
"id": "u6m2oQQaLYlLJOipQydeUJR1",
"question": "Download remote repository locally",
"answers": [
"git clone",
"git rebase",
"git download",
"git remote",
"git revert"
],
"correctAnswers": [
"git clone"
],
"incorrectAnswers": [
"git revert",
"git rebase",
"git download",
"git remote"
],
"allowCustomAnswer": false,
"canEdit": false,
"allowFileAnswer": false,
"multi": false,
"explanation": "",
"canLike": false,
"likes": 3,
"allAnswers": [
{
"text": "git download",
"correct": false,
"selected": false
},
{
"text": "git revert",
"correct": false,
"selected": false
},
{
"text": "git rebase",
"correct": false,
"selected": false
},
{
"text": "git clone",
"correct": true,
"selected": false
},
{
"text": "git remote",
"correct": false,
"selected": false
}
]
}
3♡Q: What command to publish your changes?
{
"id": "vJKOsAxBK8yqKUU5YWS4z6ts",
"question": "What command to publish your changes?",
"answers": [
"git revert HEAD~1",
"git push",
"git pull",
"git commit -m \"comment\""
],
"correctAnswers": [
"git push"
],
"incorrectAnswers": [
"git pull",
"git commit -m \"comment\"",
"git revert HEAD~1"
],
"allowCustomAnswer": false,
"canEdit": false,
"allowFileAnswer": false,
"multi": false,
"explanation": "",
"canLike": false,
"likes": 3,
"allAnswers": [
{
"text": "git push",
"correct": true,
"selected": false
},
{
"text": "git commit -m \"comment\"",
"correct": false,
"selected": false
},
{
"text": "git revert HEAD~1",
"correct": false,
"selected": false
},
{
"text": "git pull",
"correct": false,
"selected": false
}
]
}