mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
sweet new branch command option, removed one level, new level on remote tracking, etc
This commit is contained in:
parent
0aa9992ec6
commit
3da3df9cf3
8 changed files with 193 additions and 84 deletions
|
@ -171,7 +171,6 @@ var GitDemonstrationView = ContainedBase.extend({
|
|||
_.each(commands, function(command, index) {
|
||||
chainPromise = chainPromise.then(_.bind(function() {
|
||||
var myDefer = Q.defer();
|
||||
console.log('dispatching', command);
|
||||
this.mainVis.gitEngine.dispatch(command, myDefer);
|
||||
return myDefer.promise;
|
||||
}, this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue