mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +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
|
@ -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