quizzes/git: Add 'git help config' question
authorW. Trevor King <wking@tremily.us>
Wed, 6 Feb 2013 21:14:45 +0000 (16:14 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 6 Feb 2013 21:16:31 +0000 (16:16 -0500)
quizzes/git.json

index 4beed3b253ff1b18960e112c158ba8a8d3751ddc..3a6d3d5fad8cbf72dbdd5014a1b7d0226c88a88b 100644 (file)
@@ -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",