git flux hf start|finish <name> [<tag>] [-h]
handle lifecycle of hot-fixes.
start <name> <tag> [-h]- start a hot-fix; create a local branch and push it to the remote.
the branch name will be composed of the pre-configured hot-fix prefix and the passedname.
it is advised thatnamewill be the version this hot-fix refers to, e.g. '1.0.0'.
the passedtagwill be used as the branch base.
finish <name> [-h]- finish an existing hot-fix; delete its local and remote branches, for good.
created with styli.sh