mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +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);
|
||||
};
|
||||
|
|
|
@ -94,7 +94,6 @@ var GitDemonstrationView = ContainedBase.extend({
|
|||
if (!this.options.beforeCommand) {
|
||||
return;
|
||||
}
|
||||
console.log('doing before command');
|
||||
|
||||
// here we just split the command and push them through to the git engine
|
||||
util.splitTextCommand(this.options.beforeCommand, function(commandStr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue