★ ★ ★
From c1b3a2f4afe87fc618eaf4cf21f7d6db9c91566d Mon Sep 17 00:00:00 2001
From: Daniel
efficient branching using git-flow by Vincent Driessen
- +translations: en - Brazilian Portugues
★ ★ ★
You need wget and util-linux to install git-flow.
@@ -296,9 +298,9 @@
Like the other git flow commands, a hotfix is started with
- git flow hotfix start RELEASE + git flow hotfix start VERSION [BASENAME]-
The release argument hereby marks the faulty production release
+The version argument hereby marks the new hotfix release name. Optionally you can specify a basename to start from.
By finishing a hotfix it gets merged back into develop and master. Additionally the master merge ist tagged.
+By finishing a hotfix it gets merged back into develop and master. Additionally the master merge ist tagged with the hotfix version.
- git flow hotfix finish RELEASE + git flow hotfix finish VERSION