gitterjs
v0.2.9
Published
Little git helper
Downloads
17
Readme
gitterjs
Shortcut for recursive git pull/commit/push
Install:
npm i -g gitterjs
Options:
-h, --help output usage information
-V, --version output the version number
-l, --pull Execute git pull recursively in all subfolders
-c, --commit Execute git commit recursively in all subfolders
-p, --push Execute git commit and push recursively in all subfolders
-m, --message [value] An optional message
-n, --name [value] Execute git config user.name "value" recursively in all subfolders
-e, --email [value] Execute git config user.email "value" recursively in all subfolders
-v, --verbose Verbose
<no params> Same as using -l:
Execute git pull recursively in all subfolders
Usage:
> gitter
Already up-to-date.