jsbatchrun-git
v0.1.0
Published
jsbatchrun plugin - do gitlab tasks
Downloads
3
Readme
jsbatchrun-git
do filesystem tasks with this jsbatchrun plugin.
jsbatchrun-git uses grunt for accessing files in a platform independent manner.
content
Usage (see further down this page)
Developers
getting started
install
This guide assumes, that you are familiar with the use of npm.
npm install jsbatchrun-git --save
prerequisites
This plugin requires jsbatchrun.
Install jsbatchrun-git in your jsbatchrun project. Check jsbatchrun for loading and configuring plugins.
usage
This plugin provides you with the following commands
> jsbr git add ... for staging changes in a list of target directories. (Help)
> jsbr git commit ... for committing changes in a list of target directories. (Help)
> jsbr git push ... for pushing changes in a list of target directories. (Help)