Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 808 Bytes

File metadata and controls

28 lines (18 loc) · 808 Bytes
git flux hf start|finish <name> [<tag>] [-h]

hf

handle lifecycle of hot-fixes.

available actions

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 passed name.
it is advised that name will be the version this hot-fix refers to, e.g. '1.0.0'.
the passed tag will 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