mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
hn rage
This commit is contained in:
parent
35e8d98bd5
commit
1ad1ba24d2
7 changed files with 36 additions and 33 deletions
|
@ -138,7 +138,8 @@ var init = function() {
|
|||
[
|
||||
"git help;",
|
||||
"delay 1000;",
|
||||
"help"
|
||||
"help;",
|
||||
"levels"
|
||||
].join(''));
|
||||
});
|
||||
}
|
||||
|
|
|
@ -32,15 +32,6 @@ exports.dialog = [{
|
|||
''
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Levels',
|
||||
'',
|
||||
'The best way to learn is with levels. Type in "levels" to get started!'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
@ -75,5 +66,14 @@ exports.dialog = [{
|
|||
' * build level'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Levels',
|
||||
'',
|
||||
'The best way to learn is with levels. Type in "levels" to get started!'
|
||||
]
|
||||
}
|
||||
}];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue