mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 08:04:27 +02:00
new remote branch level
This commit is contained in:
parent
bfd8483d90
commit
a7a07e9f92
6 changed files with 182 additions and 3 deletions
|
@ -33,6 +33,7 @@ if (typeof window !== 'undefined' && window.location &&
|
|||
window.location.href.indexOf('showRemote') !== -1) {
|
||||
exports.levelSequences.remote = [
|
||||
require('./remote/clone').level,
|
||||
require('./remote/remoteBranches').level,
|
||||
require('./remote/fetch').level
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue