mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
readme stuff
This commit is contained in:
parent
04cb00e86a
commit
98be824e0f
4 changed files with 30 additions and 11 deletions
|
@ -1051,7 +1051,7 @@ GitEngine.prototype.mergeStarter = function() {
|
|||
return;
|
||||
}
|
||||
|
||||
animationFactory.genCommitBirthAnimation(this.animationQueue, newCommit);
|
||||
animationFactory.genCommitBirthAnimation(this.animationQueue, newCommit, this.gitVisuals);
|
||||
};
|
||||
|
||||
GitEngine.prototype.merge = function(targetSource, currentLocation) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue