descriptions also for levels

This commit is contained in:
Peter Cottle 2013-01-10 20:00:59 -08:00
parent e0c4ac795b
commit b7f1637562
7 changed files with 8 additions and 24 deletions

View file

@ -1,5 +1,6 @@
exports.level = {
name: 'Introduction #1',
description: 'Oh wut?',
goalTreeString: '{"branches":{"master":{"target":"C1","id":"master"},"win":{"target":"C2","id":"win"}},"commits":{"C0":{"parents":[],"id":"C0","rootCommit":true},"C1":{"parents":["C0"],"id":"C1"},"C2":{"parents":["C1"],"id":"C2"}},"HEAD":{"target":"win","id":"HEAD"}}',
solutionCommand: 'git checkout -b win; git commit',
hint: 'Try checking out a branch named after Charlie Sheen'