First, excellent gulp plugin! Really helpful and useful so thanks for your effort.
Second, is it possible to add support for 'git config' to the plugin?
Here's the git man page for it: http://git-scm.com/docs/git-config
Here's an example of how it could be used:
git.config({args: 'core.sparsecheckout true'}, function (err) {
if (err) throw err;
});
First, excellent gulp plugin! Really helpful and useful so thanks for your effort.
Second, is it possible to add support for 'git config' to the plugin?
Here's the git man page for it: http://git-scm.com/docs/git-config
Here's an example of how it could be used: