mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
misc work
This commit is contained in:
parent
906216d98b
commit
1ed8a2524a
8 changed files with 350 additions and 13 deletions
|
@ -32,7 +32,8 @@ exports.levelSequences = {
|
|||
if (typeof window !== 'undefined' && window.location &&
|
||||
window.location.href.indexOf('showRemote') !== -1) {
|
||||
exports.levelSequences.remote = [
|
||||
require('./remote/clone').level
|
||||
require('./remote/clone').level,
|
||||
require('./remote/fetch').level
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue