projects
/
quizzer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73038c1
)
quizzes/git: Add 'git help config' question
author
W. Trevor King
<wking@tremily.us>
Wed, 6 Feb 2013 21:14:45 +0000
(16:14 -0500)
committer
W. Trevor King
<wking@tremily.us>
Wed, 6 Feb 2013 21:16:31 +0000
(16:16 -0500)
quizzes/git.json
patch
|
blob
|
history
diff --git
a/quizzes/git.json
b/quizzes/git.json
index 4beed3b253ff1b18960e112c158ba8a8d3751ddc..3a6d3d5fad8cbf72dbdd5014a1b7d0226c88a88b 100644
(file)
--- 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",