From: W. Trevor King Date: Wed, 6 Feb 2013 21:14:45 +0000 (-0500) Subject: quizzes/git: Add 'git help config' question X-Git-Tag: v0.1~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9290d984423dbc5ae338f14f0b726313be48bd30;p=quizzer.git quizzes/git: Add 'git help config' question --- diff --git a/quizzes/git.json b/quizzes/git.json index 4beed3b..3a6d3d5 100644 --- a/quizzes/git.json +++ b/quizzes/git.json @@ -1,6 +1,17 @@ { "version": "0.1", "questions": [ + { + "class": "ScriptQuestion", + "intepreter": "sh", + "id": "git help config", + "prompt": "Get help for Git's `config` command", + "answer": "git help config", + "help": "http://www.kernel.org/pub/software/scm/git/docs/git-help.html", + "tags": [ + "help" + ] + }, { "class": "ScriptQuestion", "interpreter": "sh",