1.0.2 • Published 5 years ago

git-is-branch-protected-cli v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

git-is-branch-protected-cli

Build Status version downloads codecov Greenkeeper badge semantic-release MIT License

CLI to check whether current Git branch is protected

Install

$ npm install --global git-is-branch-protected-cli

Usage

$ gibp --help

  Usage
    gibp [options]

  Options
    --protected-branches, -b Specify protected branches [Default: master, develop]
    --silent, -s Do not show any error messages

  Examples
    $ gibp -b "master, develop"
    $ gibp -b master

Related

License

MIT © Tobias Büschel

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago