stephenlacy / gulp-git

Git plugin for gulp (gulpjs.com)
MIT License
401 stars 87 forks source link

Split in half #3

Closed robrich closed 10 years ago

robrich commented 10 years ago

1/2 the tasks are great gulp plugins: take in a glob of vinyl files from gulp.src. 1/2 the tasks run in a directory and don't need a vinyl file, just a cwd. Split these two parts apart, make the first 1/2 'gulpplugin' and the second 1/2 'gulpfriendly'.

stephenlacy commented 10 years ago

Along with what you mentioned at the conference:

Keep in gulp vinyl format:

add commit checkout reset rm

Move to functions:

init addRemote branch merge pull push tag rebase fetch clone?

stephenlacy commented 10 years ago

@robrich Would git rm/reset be needed?

robrich commented 10 years ago

Steve,

I see benefit in it, purely from a covering all bases point of view.

SQL Compare is a Red Gate product. Grab a free trial at http://www.red-gate.com/products/sql-development/sql-compare/

Rob On Feb 6, 2014 9:57 AM, "Steve Lacy" notifications@github.com wrote:

@robrich https://github.com/robrich Would git rm/reset be needed?

Reply to this email directly or view it on GitHubhttps://github.com/stevelacy/gulp-git/issues/3#issuecomment-34344557 .

stephenlacy commented 10 years ago

Closing since split.