"teardown": [
"cat .gitconfig"
],
- "help": "http://www.kernel.org/pub/software/scm/git/docs/git-config.html"
+ "help": "http://www.kernel.org/pub/software/scm/git/docs/git-config.html",
+ "tags": [
+ "config"
+ ]
},
{
"class": "ScriptQuestion",
"teardown": [
"cat .gitconfig"
],
- "help": "http://www.kernel.org/pub/software/scm/git/docs/git-config.html"
+ "help": "http://www.kernel.org/pub/software/scm/git/docs/git-config.html",
+ "tags": [
+ "config"
+ ]
},
{
"class": "ScriptQuestion",
"teardown": [
"git status"
],
- "help": "http://www.kernel.org/pub/software/scm/git/docs/git-init.html"
+ "help": "http://www.kernel.org/pub/software/scm/git/docs/git-init.html",
+ "tags": [
+ "init"
+ ]
},
{
"class": "ScriptQuestion",
"cd quizzer",
"git status"
],
- "help": "http://www.kernel.org/pub/software/scm/git/docs/git-clone.html"
+ "help": "http://www.kernel.org/pub/software/scm/git/docs/git-clone.html",
+ "tags": [
+ "init"
+ ]
},
{
"class": "ScriptQuestion",
"git ls-files",
"git status"
],
- "help": "http://www.kernel.org/pub/software/scm/git/docs/git-add.html\nhttp://www.kernel.org/pub/software/scm/git/docs/git-commit.html"
+ "help": "http://www.kernel.org/pub/software/scm/git/docs/git-add.html\nhttp://www.kernel.org/pub/software/scm/git/docs/git-commit.html",
+ "tags": [
+ "add",
+ "commit"
+ ]
},
{
"class": "ScriptQuestion",
"git status",
"cat README"
],
- "help": "http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html"
+ "help": "http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html",
+ "tags": [
+ "checkout"
+ ]
},
{
"class": "ScriptQuestion",
"git log -p",
"git status"
],
- "help": "http://www.kernel.org/pub/software/scm/git/docs/git-commit.html"
+ "help": "http://www.kernel.org/pub/software/scm/git/docs/git-commit.html",
+ "tags": [
+ "commit",
+ "rewrite"
+ ]
}
]
}