nit

command module
v0.0.0-...-9e43d59 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2018 License: MIT Imports: 11 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL