mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-24 23:18:35 +02:00
Better goal tree and hint and solution. Fixes Issue #37
This commit is contained in:
parent
bf6432b286
commit
c90444fe1e
9 changed files with 18 additions and 24 deletions
|
@ -63,7 +63,6 @@ TreeCompare.prototype.compareAllBranchesWithinTreesHashAgnostic = function(treeA
|
|||
);
|
||||
var branchNames = [];
|
||||
_.each(allBranches, function(obj, name) { branchNames.push(name); });
|
||||
console.log(branchNames);
|
||||
|
||||
return this.compareBranchesWithinTreesHashAgnostic(treeA, treeB, branchNames);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue