mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 08:04:27 +02:00
[Origin] Implement basic git fetch force need to fix up animations
This commit is contained in:
parent
3a23973a9a
commit
6080d324ce
9 changed files with 468 additions and 73 deletions
|
@ -13,6 +13,10 @@ exports.showLevelSolution = function(levelName) {
|
|||
log('levels', 'showedLevelSolution', levelName);
|
||||
};
|
||||
|
||||
exports.choseNextLevel = function(levelID) {
|
||||
log('levels', 'nextLevelChosen', levelID);
|
||||
};
|
||||
|
||||
exports.levelSelected = function(levelName) {
|
||||
log('levels', 'levelSelected', levelName);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue