mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-16 01:24:25 +02:00
pretty legit level dropdown
This commit is contained in:
parent
0012c3de54
commit
378fcc0377
10 changed files with 542 additions and 28 deletions
|
@ -14,11 +14,11 @@ exports.levelSequences = {
|
|||
// there are also cute names and such for sequences
|
||||
exports.sequenceInfo = {
|
||||
intro: {
|
||||
name: 'Introduction Sequence',
|
||||
displayName: 'Introduction Sequence',
|
||||
about: 'A nicely paced introduction to the majority of git commands'
|
||||
},
|
||||
rebase: {
|
||||
name: 'Master the Rebase Luke!',
|
||||
displayName: 'Master the Rebase Luke!',
|
||||
about: 'What is this whole rebase hotness everyone is talking about? Find out!'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue