This commit is contained in:
Peter Cottle 2013-02-16 12:51:09 -08:00
parent 2a7b2583c6
commit e54b301007
4 changed files with 136 additions and 7 deletions

View file

@ -8,7 +8,13 @@ exports.dialog = [{
'the powerful concepts behind branching when working ',
'with git. We hope you enjoy this application and maybe ',
'even learn something!',
''
'',
'# Attention HN!!',
'',
'Unfortunately this was submitted before I finished all the help ',
'and tutorial sections, so forgive the scarcity. See the demo here:',
'',
'[http://pcottle.github.com/learnGitBranching/?demo](http://pcottle.github.com/learnGitBranching/?demo)'
]
}
}, {
@ -23,8 +29,34 @@ exports.dialog = [{
' * git commands (to interact with git)',
' * level commands (to get level hints or solutions)',
' * sandbox commands (like this one)',
''
]
}
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Levels',
'',
'# This dialog is NOT FINISHED TODO'
'The best way to learn is with levels. Type in "levels" to get started!'
]
}
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Git commands',
'',
'You have a large variety of git commands available in sandbox mode. These include',
'',
' * commit',
' * branch',
' * checkout',
' * cherry-pick',
' * reset',
' * revert',
' * rebase',
' * merge'
]
}
}];