level scaffolding

This commit is contained in:
Peter Cottle 2013-01-05 22:21:00 -08:00
parent 903b537fda
commit ca33b7ce1b
8 changed files with 305 additions and 76 deletions

View file

@ -1,7 +1,8 @@
exports = {
exports.level = {
id: 'intro1',
name: 'Introduction #1',
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'
};