mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
sandbox command reset
This commit is contained in:
parent
d6e9b6a962
commit
f4179e9723
9 changed files with 203 additions and 18 deletions
|
@ -26,7 +26,8 @@ var Level = Sandbox.extend({
|
|||
|
||||
this.gitCommandsIssued = 0;
|
||||
this.solved = false;
|
||||
// possible options on how stringent to be go here
|
||||
|
||||
// possible options on how stringent to be on comparisons go here
|
||||
this.treeCompare = new TreeCompare();
|
||||
|
||||
this.goalTreeString = options.level.goalTree;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue