Improve your git workflow with customizable and runnable blocks
$ npm install --global git-booster-cli
$ git-booster-cli --help
Improve your git workflow with customizable and runnable blocks
Usage
$ git-booster-cli
Options
--all, -a Display all available blocks (default behaviour)
--only, -o Display only specified block
--compound, -c Display only blocks with multiple command sets
--short-statuses, -s Use short status notations for change types
--tag, -t Display only blocks having specified tags (separated by comma)
Examples
$ git-booster-cli --all
$ git-booster-cli --compound
$ git-booster-cli --only addCommitPush
$ git-booster-cli --no-short-statuses
$ git-booster-cli --tag "add,commit,reset,restore"
git-booster-cli
git-booster-cli --tag "add,commit,rebase"
git-booster-cli --only add-commit-push
MIT © Rushan Alyautdinov