commit | 04839aeffa54ec3b408c4e22ad39ef2abb4a8ab3 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周四 1月 28 01:07:20 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周四 1月 28 01:14:35 2010 +0100 |
tree | d3d4b69377feb82c04c5c811509d5096d6bb1d2f | |
parent | 05caf02aa2d04ca92fb4b387b9c34d80a45f3caa [diff] |
Forgot list command for hotfixes.
diff --git a/README.mdown b/README.mdown index a9a9248..2af8083 100644 --- a/README.mdown +++ b/README.mdown
@@ -62,12 +62,13 @@ * 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>