another level

This commit is contained in:
Peter Cottle 2013-10-07 15:12:16 -07:00
parent fe551e4df4
commit 9e3b9cd911
6 changed files with 503 additions and 18 deletions

View file

@ -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
];
}