mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
new sequence
This commit is contained in:
parent
84d31e925d
commit
e78f59dba2
3 changed files with 80 additions and 0 deletions
|
@ -10,6 +10,9 @@ exports.levelSequences = {
|
|||
],
|
||||
rebase: [
|
||||
require('../../levels/rebase/1').level
|
||||
],
|
||||
mixed: [
|
||||
require('../../levels/mixed/1').level
|
||||
]
|
||||
};
|
||||
|
||||
|
@ -22,6 +25,10 @@ exports.sequenceInfo = {
|
|||
rebase: {
|
||||
displayName: 'Master the Rebase Luke!',
|
||||
about: 'What is this whole rebase hotness everyone is talking about? Find out!'
|
||||
},
|
||||
mixed: {
|
||||
displayName: 'A Mixed Bag',
|
||||
about: 'A mixed bag of Git techniques, tricks, and tips'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue