From 9290d984423dbc5ae338f14f0b726313be48bd30 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 6 Feb 2013 16:14:45 -0500 Subject: [PATCH] quizzes/git: Add 'git help config' question --- quizzes/git.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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", -- 2.26.2