Commit 04839aef authored by Vincent Driessen's avatar Vincent Driessen

Forgot list command for hotfixes.

parent 05caf02a
...@@ -62,12 +62,13 @@ Example uses: ...@@ -62,12 +62,13 @@ Example uses:
* To list/start/finish release branches, use: * To list/start/finish release branches, use:
git flow release git flow release
git flow release start <release> git flow release start <release>
git flow release finish <release> git flow release finish <release>
* To list/start/finish hotfix branches, use: * To list/start/finish hotfix branches, use:
git flow hotfix
git flow hotfix start <release> [<base-release>] git flow hotfix start <release> [<base-release>]
git flow hotfix finish <release> git flow hotfix finish <release>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment