ff

command module
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2019 License: MIT Imports: 9 Imported by: 0

README

ff 1.* GitHub version Go Report Card Build Status

Install

go get github.com/sensorario/ff
env GO111MODULE=on go build -o /usr/local/bin/ff

Features

The ff does not allow command if not allowed according to the git flow. For example, no hotfix/feature branches can be created if current branch is an hotfix/feature branch in turn.

An hotfix/feature branch can be created only from master.

In case of LTS (a minor version) after each new tag merge updates into master to keep development version updated with all hotfixes.

Logs are stored in .git/logger.log file

Commands

  • bugfix
  • commit
  • complete
  • feature
  • help
  • hotfix
  • publish
  • refactor
  • reset
  • status
  • tag

Autocompletion

Append the following lines in your .bash_profile file:

_ff='tag commit complete feature help hotfix bugfix publish refactor reset status' && complete -W "${_ff}" 'ff'

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