mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
Merge pull request #657 from Hongarc/gulp
chore: use `gulp` instead of `grunt`
This commit is contained in:
commit
57caf3dc09
23 changed files with 2046 additions and 1493 deletions
|
@ -138,8 +138,8 @@ HeadlessGit.prototype.sendCommand = function(value, entireCommandPromise) {
|
|||
console.log('!!!!!!!!!!!!!!!!!!!!!!');
|
||||
});
|
||||
deferred.resolve();
|
||||
return chain;
|
||||
};
|
||||
|
||||
exports.HeadlessGit = HeadlessGit;
|
||||
exports.getTreeQuick = getTreeQuick;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue