mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
another level
This commit is contained in:
parent
fe551e4df4
commit
9e3b9cd911
6 changed files with 503 additions and 18 deletions
|
@ -34,7 +34,9 @@ if (typeof window !== 'undefined' && window.location &&
|
|||
exports.levelSequences.remote = [
|
||||
require('./remote/clone').level,
|
||||
require('./remote/remoteBranches').level,
|
||||
require('./remote/fetch').level
|
||||
require('./remote/fetch').level,
|
||||
require('./remote/pull').level,
|
||||
require('./remote/fakeTeamwork').level
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue