mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
awesome
This commit is contained in:
parent
764fbf63bc
commit
de9d91773a
8 changed files with 461 additions and 270 deletions
28
src/js/dialogs/sandbox.js
Normal file
28
src/js/dialogs/sandbox.js
Normal file
|
@ -0,0 +1,28 @@
|
|||
exports.helpDialog = [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Welcome to LearnGitBranching!',
|
||||
'',
|
||||
'This application is designed to help beginners grasp ',
|
||||
'the powerful concepts behind branching when working ',
|
||||
'with git. We hope you enjoy this application and maybe ',
|
||||
'even learn something!',
|
||||
''
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## The LearnGitBranching Interface',
|
||||
'',
|
||||
'There are features to use within the user interface behind ',
|
||||
'this modal dialog. A list:',
|
||||
'',
|
||||
' * git commands (to interact with git)',
|
||||
' * level commands (to get level hints or solutions)',
|
||||
' * sandbox commands (like this one)'
|
||||
]
|
||||
}
|
||||
}];
|
Loading…
Add table
Add a link
Reference in a new issue