Helper for make releases by GitFlow. Generates release number by scheme "YYYY.MM.DD.NUMBER_PER_DAY" automatically.
Usage:
gitflow-helper [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
hotfix
release
to-stage
Flags:
-h, --help help for gitflow-helper
Usage:
gitflow-helper release [flags]
Flags:
--auto-finish Finish after start
-h, --help help for release
--v Show git original output
--with-hotfix Finish after start
Usage:
gitflow-helper hotfix [flags]
Flags:
--auto-finish Finish after start
-h, --help help for hotfix
--v Show git original output
Usage:
gitflow-helper to-stage [flags]
Flags:
--checkout-back Need checkout to current branch
-h, --help help for to-stage
--v Show git original output