git - gulp - how to push (or commit) each build -


i have gulpfile.js , want upload build files repo each time build project.

when build gets uploaded or committed, wish description like: build (#999)

example: https://github.com/elementary/mvp

how this?

you looking npm package (gulp-git)

this can perform git functions.


Comments