/nit

nit is enhanced gitcommand by yml.

Primary LanguageGoMIT LicenseMIT

nit

  • git の拡張コマンド。
  • いまのところ特定branchへのpushを禁止するだけ。
  • pre-pushで、本来十分。
  • 機能追加していくと便利になるかも。

nit is fobidden direct push gitcommand to develop, staging and master.

Usage

$nit push origin master
You cant not push master to master.
  • .nit.yml ( need .git same dir)
hooks:
  -
    prepush:
      forbidden:
        - master
        - develop
        - development
        - staging

Installation

go get github.com/withnic/nit

DONE

  • push forbidden
  • config by yaml

TODO