Skip to content

Commit

Permalink
Forgot list command for hotfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Jan 28, 2010
1 parent 05caf02 commit 04839ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,13 @@ Example uses:

* To list/start/finish release branches, use:

git flow release
git flow release
git flow release start <release>
git flow release finish <release>

* To list/start/finish hotfix branches, use:

git flow hotfix
git flow hotfix start <release> [<base-release>]
git flow hotfix finish <release>

Expand Down

0 comments on commit 04839ae

Please sign in to comment.