danielkummer / git-flow-cheatsheet

A cheatsheet on the usage of git flow
2.48k stars 625 forks source link

git flow hotfix publish not specified in the cheatsheet #105

Open machinecha opened 4 years ago

machinecha commented 4 years ago

I don't know if is an omission in the page or git flow don't work well with hotfix publish, but is not specified that you can publish a hotfix. But if i do: $ git flow hotfix publish myhotfix it works like a charm