mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
nother level
This commit is contained in:
parent
302e131189
commit
f963c4ea0a
3 changed files with 187 additions and 3 deletions
|
@ -42,7 +42,8 @@ if (typeof window !== 'undefined' && window.location &&
|
|||
];
|
||||
exports.levelSequences.remoteAdvanced = [
|
||||
require('./remote/specify').level,
|
||||
require('./remote/pushManyFeatures').level
|
||||
require('./remote/pushManyFeatures').level,
|
||||
require('./remote/mergeManyFeatures').level
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue