mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-02 18:54:27 +02:00
more levels
This commit is contained in:
parent
541ae67fbd
commit
fa7b918be9
5 changed files with 544 additions and 12 deletions
|
@ -37,7 +37,8 @@ if (typeof window !== 'undefined' && window.location &&
|
|||
require('./remote/fetch').level,
|
||||
require('./remote/pull').level,
|
||||
require('./remote/fakeTeamwork').level,
|
||||
require('./remote/push').level
|
||||
require('./remote/push').level,
|
||||
require('./remote/fetchRebase').level
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue